From e0816ccc395d5c41eea85ac432cc8f516ae0ded1 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Fri, 1 Jul 2011 22:12:43 -0700 Subject: [PATCH] author info in stream element should be incased in a div. WHOOPS. --- app/views/shared/_stream_element.html.haml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/app/views/shared/_stream_element.html.haml b/app/views/shared/_stream_element.html.haml index 8c91ac0ea..63446e1f4 100644 --- a/app/views/shared/_stream_element.html.haml +++ b/app/views/shared/_stream_element.html.haml @@ -19,13 +19,14 @@ = person_image_link(post.author, :size => :thumb_small) .content - %span.from - = person_link(post.author, :class => 'author') - %time.time.timeago{:datetime => post.created_at, :integer => time_for_sort(post).to_i} - %span.details - \- - %span.timeago - = link_to(how_long_ago(post), object_path(post)) + %div + %span.from + = person_link(post.author, :class => 'author') + %time.time.timeago{:datetime => post.created_at, :integer => time_for_sort(post).to_i} + %span.details + \- + %span.timeago + = link_to(how_long_ago(post), object_path(post)) - if post.activity_streams? = link_to image_tag(post.image_url), post.object_url