diff --git a/app/views/apps/show.html.haml b/app/views/apps/show.html.haml index 2a3e92f89..0d2633de6 100644 --- a/app/views/apps/show.html.haml +++ b/app/views/apps/show.html.haml @@ -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