about summary refs log tree commit diff
path: root/app/views/tags/show.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-01-06 20:09:34 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-01-06 20:09:34 +0100
commit8b28b82141996a2310c43834897f9c21e3ab7bc9 (patch)
tree480423db209c0c06ec58dd52a26ded04bd066447 /app/views/tags/show.html.haml
parent92bd5f62f6d8bd0e4d5886a9092448d686fb4cfa (diff)
parent18deeb9db58391ed9ecb4d4d48ae47acb3e7fb46 (diff)
Merge branch 'myfreeweb-master'
Diffstat (limited to 'app/views/tags/show.html.haml')
-rw-r--r--app/views/tags/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tags/show.html.haml b/app/views/tags/show.html.haml
index dd42fe22c..412ec4fa5 100644
--- a/app/views/tags/show.html.haml
+++ b/app/views/tags/show.html.haml
@@ -2,7 +2,7 @@
   .accounts-grid
     = render partial: 'accounts/nothing_here'
 - else
-  .activity-stream
+  .activity-stream.h-feed
     = render partial: 'stream_entries/status', collection: @statuses, as: :status, cached: true
 
 .pagination