We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41527f commit 1511638Copy full SHA for 1511638
1 file changed
app/views/admin/tags/show.html.haml
@@ -3,7 +3,7 @@
3
4
.dashboard__counters
5
%div
6
- = link_to web_url("timelines/tag/#{@tag.name}") do
+ = link_to tag_url(@tag), target: '_blank', rel: 'noopener' do
7
.dashboard__counters__num= number_with_delimiter @accounts_today
8
.dashboard__counters__label= t 'admin.tags.accounts_today'
9
0 commit comments