about summary refs log tree commit diff
path: root/app/views/tags/show.html.haml
diff options
context:
space:
mode:
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