small linebreak for cubbies view for mobile
This commit is contained in:
parent
59ae829254
commit
a4017ba16f
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue