11 lines
192 B
Text
11 lines
192 B
Text
%li.message
|
|
%span.from
|
|
= link_to post.owner, "#"
|
|
%b wrote a new blog post
|
|
%br
|
|
%b= post.title
|
|
%br
|
|
= post.body
|
|
%div.time
|
|
= "#{time_ago_in_words(post.updated_at)} ago"
|
|
|