author info in stream element should be incased in a div. WHOOPS.
This commit is contained in:
parent
9bcdb0503f
commit
e0816ccc39
1 changed files with 8 additions and 7 deletions
|
|
@ -19,6 +19,7 @@
|
||||||
= person_image_link(post.author, :size => :thumb_small)
|
= person_image_link(post.author, :size => :thumb_small)
|
||||||
|
|
||||||
.content
|
.content
|
||||||
|
%div
|
||||||
%span.from
|
%span.from
|
||||||
= person_link(post.author, :class => 'author')
|
= person_link(post.author, :class => 'author')
|
||||||
%time.time.timeago{:datetime => post.created_at, :integer => time_for_sort(post).to_i}
|
%time.time.timeago{:datetime => post.created_at, :integer => time_for_sort(post).to_i}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue