Skip to content

Commit 5d8259c

Browse files
mayaehhiyuki2578
authored andcommitted
Change the hashtag link from WebUI to public page (mastodon#11845)
1 parent c8c4235 commit 5d8259c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/admin/tags/show.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
.dashboard__counters
55
%div
6-
= link_to web_url("timelines/tag/#{@tag.name}") do
6+
= link_to tag_url(@tag), target: '_blank', rel: 'noopener' do
77
.dashboard__counters__num= number_with_delimiter @accounts_today
88
.dashboard__counters__label= t 'admin.tags.accounts_today'
99
%div

0 commit comments

Comments
 (0)