logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 0f889523e461a33c2ccd364dcc63ae072978c96d
parent: f4045ba3d962105ae4a7c0ee785a83c678ca2f8a
Author: Alex Dunn <dunn.alex@gmail.com>
Date:   Sat, 15 Apr 2017 04:28:09 -0700

views/about: use Setting.site_title instead of hardcoding (#1508)


Diffstat:

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

diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml @@ -17,7 +17,7 @@ .wrapper %h1 = image_tag 'logo.png' - Mastodon + = Setting.site_title %p= t('about.about_mastodon').html_safe