Merge pull request #3121 from dmorley/patch-13

Update app/views/shared/_photo_area.mobile.haml[ci skip]
This commit is contained in:
Maxwell Salzberg 2012-04-09 10:32:26 -07:00
commit 6642bd5554

View file

@ -9,7 +9,7 @@
- if post.photos.size > 1
.additional_photo_count
= "+ #{post.photos.size-1}"
= link_to (image_tag post.photos.first.url(:thumb_large), :class => "stream-photo big-stream-photo"), photo_path(post.photos.first), :class => "stream-photo-link"
= image_tag post.photos.first.url(:thumb_large), :class => "stream-photo big-stream-photo"
- elsif post.activity_streams?
= image_tag post.image_url