album photos as links were too janky; removed

This commit is contained in:
danielvincent 2010-07-21 00:42:41 -07:00
parent 5fc2dfa0bb
commit d5c28eb9a6

View file

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