From a4017ba16f59aad9fd4d53994a848df0945ee269 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Sun, 22 May 2011 15:25:37 -0700 Subject: [PATCH] small linebreak for cubbies view for mobile --- app/views/shared/_stream_element.mobile.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/shared/_stream_element.mobile.haml b/app/views/shared/_stream_element.mobile.haml index 9229cd2f1..beef700e7 100644 --- a/app/views/shared/_stream_element.mobile.haml +++ b/app/views/shared/_stream_element.mobile.haml @@ -23,6 +23,7 @@ - if post.activity_streams? = link_to "#{t('comments', :count => post.comments.length)} →", activity_streams_photo_path(post), :class => 'comment_link right' + %br - else = link_to "#{t('comments', :count => post.comments.length)} →", status_message_path(post), :class => 'comment_link right'