]> cat aescling's git repositories - mastodon.git/commitdiff
views/about: use Setting.site_title instead of hardcoding (#1508)
authorAlex Dunn <dunn.alex@gmail.com>
Sat, 15 Apr 2017 11:28:09 +0000 (04:28 -0700)
committerEugen <eugen@zeonfederated.com>
Sat, 15 Apr 2017 11:28:09 +0000 (13:28 +0200)
app/views/about/show.html.haml

index 922e42575f9f1341810388f7d0f5829f643c984d..39686b53160f7e5846aef4e4792ce8e6b0dfb926 100644 (file)
@@ -17,7 +17,7 @@
 .wrapper
   %h1
     = image_tag 'logo.png'
-    Mastodon
+    = Setting.site_title
 
   %p= t('about.about_mastodon').html_safe