diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-10-09 10:05:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-09 10:05:10 +0200 |
commit | 6e9e0c14e6be915f18fbb8090276993c7f4415d7 (patch) | |
tree | b335616f306d1de2da2b11ec8dd287138d2666b0 /app/views/layouts | |
parent | 0aa810f9c82c77dbb3da31879467b99b87db6241 (diff) |
Fix dependency of error page generation on database (#5280)
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/error.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |