paginate looks for stream elements
This commit is contained in:
parent
b8a6bf9f51
commit
96fc104218
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue