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'