From: Matt Jankowski Date: Sat, 15 Apr 2017 00:37:20 +0000 (-0400) Subject: Use site title on tags#show page (#1802) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=cde1f37d93fef93fdc253a356a7b5d6a3cf1aa50;p=mastodon.git Use site title on tags#show page (#1802) --- 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?