From c9431a651218c044e87478a954e5bceff1c3a432 Mon Sep 17 00:00:00 2001 From: David Morley Date: Sat, 7 Apr 2012 15:28:35 -0700 Subject: [PATCH] Update app/views/shared/_photo_area.mobile.haml --- app/views/shared/_photo_area.mobile.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_photo_area.mobile.haml b/app/views/shared/_photo_area.mobile.haml index d920fc5d0..0ba6126d5 100644 --- a/app/views/shared/_photo_area.mobile.haml +++ b/app/views/shared/_photo_area.mobile.haml @@ -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