11 lines
204 B
Text
11 lines
204 B
Text
%h1
|
|
welcome home,
|
|
= current_user.profile.first_name
|
|
|
|
= render "shared/publisher"
|
|
%ul#stream
|
|
- for post in @posts
|
|
= render type_partial(post), :post => post
|
|
#pagination
|
|
= will_paginate @posts
|
|
|