12 lines
247 B
Text
12 lines
247 B
Text
%h1
|
|
welcome,
|
|
= current_user.profile.first_name
|
|
|
|
= render "shared/publisher", :group_ids => :all
|
|
|
|
%ul#stream
|
|
- for post in @posts
|
|
= render type_partial(post), :post => post unless post.class == Album
|
|
#pagination
|
|
= will_paginate @posts
|
|
|