small linebreak for cubbies view for mobile

This commit is contained in:
Maxwell Salzberg 2011-05-22 15:25:37 -07:00
parent 59ae829254
commit a4017ba16f

View file

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