]> cat aescling's git repositories - mastodon.git/commitdiff
Use site title on tags#show page (#1802)
authorMatt Jankowski <mjankowski@thoughtbot.com>
Sat, 15 Apr 2017 00:37:20 +0000 (20:37 -0400)
committerEugen <eugen@zeonfederated.com>
Sat, 15 Apr 2017 00:37:20 +0000 (02:37 +0200)
app/views/tags/show.html.haml

index c894cdb2e2b898fb1fdc85b4c82b4dae68a69115..829f003a73480adcb54cf6d16195482af224f100 100644 (file)
@@ -3,7 +3,7 @@
 
 .compact-header
   %h1<
-    = link_to 'Mastodon', root_path
+    = link_to site_title, root_path
     %small= "##{@tag.name}"
 
 - if @statuses.empty?