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>2016-11-05 17:44:14 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-05 17:44:14 +0100
commita698b767c175e7ca59122da11412660a22519067 (patch)
tree04a7516a5845b6878663d78f2934f7f9a984983e /app/views/tags/show.html.haml
parent48b9619439818ecb344ae33c9c31a55ecb1aa27a (diff)
Fix linking of remote hashtags in UI, add public view of hashtags
Diffstat (limited to 'app/views/tags/show.html.haml')
-rw-r--r--app/views/tags/show.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/tags/show.html.haml b/app/views/tags/show.html.haml
index e69de29bb..0e6fd2db7 100644
--- a/app/views/tags/show.html.haml
+++ b/app/views/tags/show.html.haml
@@ -0,0 +1,8 @@
+- if @statuses.empty?
+  .accounts-grid
+    = render partial: 'accounts/nothing_here'
+- else
+  .activity-stream
+    = render partial: 'stream_entries/status', collection: @statuses, as: :status, cached: true
+
+= will_paginate @statuses, pagination_options