From: Eugen Rochko Date: Mon, 9 Oct 2017 08:05:10 +0000 (+0200) Subject: Fix dependency of error page generation on database (#5280) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=6e9e0c14e6be915f18fbb8090276993c7f4415d7;p=mastodon.git Fix dependency of error page generation on database (#5280) --- diff --git a/app/views/layouts/error.html.haml b/app/views/layouts/error.html.haml index 7d014dff4..37359b89b 100644 --- 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