diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-04-14 20:37:20 -0400 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-15 02:37:20 +0200 |
commit | cde1f37d93fef93fdc253a356a7b5d6a3cf1aa50 (patch) | |
tree | 95df24e3db346e67876fedba20d8c4e40094601a /app | |
parent | 89707ad0acf87d5982a0aa249db772eb888de026 (diff) |
Use site title on tags#show page (#1802)
Diffstat (limited to 'app')
-rw-r--r-- | app/views/tags/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tags/show.html.haml b/app/views/tags/show.html.haml index c894cdb2e..829f003a7 100644 --- a/app/views/tags/show.html.haml +++ b/app/views/tags/show.html.haml @@ -3,7 +3,7 @@ .compact-header %h1< - = link_to 'Mastodon', root_path + = link_to site_title, root_path %small= "##{@tag.name}" - if @statuses.empty? |