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

lolsob-rspec
Eugen Rochko 2017-10-09 10:05:10 +02:00 committed by GitHub
parent 2e9c614e77
commit 5a0e862664
1 changed files with 1 additions and 1 deletions

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