Use site title on tags#show page (#1802)
This commit is contained in:
parent
89707ad0ac
commit
cde1f37d93
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
.compact-header
|
.compact-header
|
||||||
%h1<
|
%h1<
|
||||||
= link_to 'Mastodon', root_path
|
= link_to site_title, root_path
|
||||||
%small= "##{@tag.name}"
|
%small= "##{@tag.name}"
|
||||||
|
|
||||||
- if @statuses.empty?
|
- if @statuses.empty?
|
||||||
|
|
Loading…
Reference in a new issue