Use site title on tags#show page (#1802)
parent
90aa720d2e
commit
c784b1f95a
|
@ -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 New Issue