forked from treehouse/mastodon
Change the hashtag link from WebUI to public page (#11845)
parent
e41527f505
commit
1511638975
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
.dashboard__counters
|
.dashboard__counters
|
||||||
%div
|
%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__num= number_with_delimiter @accounts_today
|
||||||
.dashboard__counters__label= t 'admin.tags.accounts_today'
|
.dashboard__counters__label= t 'admin.tags.accounts_today'
|
||||||
%div
|
%div
|
||||||
|
|
Loading…
Reference in New Issue