From: mayaeh Date: Sun, 15 Sep 2019 13:48:00 +0000 (+0900) Subject: Change the hashtag link from WebUI to public page (#11845) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=1511638975de077b6b8d5397a830239bb317a016;p=mastodon.git Change the hashtag link from WebUI to public page (#11845) --- 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