paginate looks for stream elements

This commit is contained in:
danielgrippi 2011-06-06 23:12:14 -07:00
parent b8a6bf9f51
commit 96fc104218

View file

@ -21,7 +21,7 @@
- if @posts.length > 0
.canvas.stream
- for post in @posts
.image-element
.image-element.stream-element
.hold-me
= link_to(image_tag(post.image_url), object_path(post))
.via