mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix dependency of error page generation on database (#5280)
This commit is contained in:
parent
0aa810f9c8
commit
6e9e0c14e6
@ -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…
Reference in New Issue
Block a user