about summary refs log tree commit diff
path: root/app/views/admin/tags
diff options
context:
space:
mode:
authormayaeh <mayaeh@marimo-net.org>2019-09-15 22:48:00 +0900
committerEugen Rochko <eugen@zeonfederated.com>2019-09-15 15:48:00 +0200
commit1511638975de077b6b8d5397a830239bb317a016 (patch)
tree76d7930a857f866bb099281d52596ce84e598057 /app/views/admin/tags
parente41527f505161ebd2cc687d1ac57d5c56c56e84f (diff)
Change the hashtag link from WebUI to public page (#11845)
Diffstat (limited to 'app/views/admin/tags')
-rw-r--r--app/views/admin/tags/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/tags/show.html.haml b/app/views/admin/tags/show.html.haml
index d54a43c1e..1d970d637 100644
--- a/app/views/admin/tags/show.html.haml
+++ b/app/views/admin/tags/show.html.haml
@@ -3,7 +3,7 @@
 
 .dashboard__counters
   %div
-    = link_to web_url("timelines/tag/#{@tag.name}") do
+    = link_to tag_url(@tag), target: '_blank', rel: 'noopener' do
       .dashboard__counters__num= number_with_delimiter @accounts_today
       .dashboard__counters__label= t 'admin.tags.accounts_today'
   %div