Change the hashtag link from WebUI to public page (#11845)

lolsob-rspec
mayaeh 2019-09-15 22:48:00 +09:00 committed by Eugen Rochko
parent d43a743f31
commit 79927b1f55
1 changed files with 1 additions and 1 deletions

View File

@ -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