logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 6e9e0c14e6be915f18fbb8090276993c7f4415d7
parent: 0aa810f9c82c77dbb3da31879467b99b87db6241
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Mon,  9 Oct 2017 10:05:10 +0200

Fix dependency of error page generation on database (#5280)


Diffstat:

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

diff --git a/app/views/layouts/error.html.haml b/app/views/layouts/error.html.haml @@ -9,6 +9,6 @@ = stylesheet_pack_tag Setting.default_settings['theme'], media: 'all' %body.error .dialog - %img{ alt: title, src: '/oops.gif' }/ + %img{ alt: Setting.default_settings['site_title'], src: '/oops.gif' }/ %div %h1= yield :content