diff --git a/app/views/albums/_album.html.haml b/app/views/albums/_album.html.haml
index 981849d63..e30c4b4c6 100644
--- a/app/views/albums/_album.html.haml
+++ b/app/views/albums/_album.html.haml
@@ -6,5 +6,5 @@
= link_to(how_long_ago(post), object_path(post))
%div.image_cycle
- for photo in post.photos
- =link_to (image_tag photo.image.url(:thumb_large)), object_path(post)
+ = image_tag photo.image.url(:thumb_large)