logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: cde1f37d93fef93fdc253a356a7b5d6a3cf1aa50
parent: 89707ad0acf87d5982a0aa249db772eb888de026
Author: Matt Jankowski <mjankowski@thoughtbot.com>
Date:   Fri, 14 Apr 2017 20:37:20 -0400

Use site title on tags#show page (#1802)


Diffstat:

Mapp/views/tags/show.html.haml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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?