Browse Source

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

pull/4/head
Eugen Rochko 6 years ago
committed by GitHub
parent
commit
6e9e0c14e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/layouts/error.html.haml

+ 1
- 1
app/views/layouts/error.html.haml View File

@ -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

Loading…
Cancel
Save