diff options
author | mayaeh <mayaeh@marimo-net.org> | 2019-09-15 22:48:00 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-09-15 15:48:00 +0200 |
commit | 1511638975de077b6b8d5397a830239bb317a016 (patch) | |
tree | 76d7930a857f866bb099281d52596ce84e598057 /app/views/admin | |
parent | e41527f505161ebd2cc687d1ac57d5c56c56e84f (diff) |
Change the hashtag link from WebUI to public page (#11845)
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/tags/show.html.haml | 2 |
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 |