author info in stream element should be incased in a div. WHOOPS.

This commit is contained in:
danielgrippi 2011-07-01 22:12:43 -07:00
parent 9bcdb0503f
commit e0816ccc39

View file

@ -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}