From cf1f83ca2a35247184f1f27607960c21a37398ea Mon Sep 17 00:00:00 2001 From: kibigo! Date: Thu, 28 Sep 2017 17:45:16 -0700 Subject: Fixed lingering upstream Theme code --- app/views/layouts/error.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/layouts/error.html.haml') diff --git a/app/views/layouts/error.html.haml b/app/views/layouts/error.html.haml index 31f322096..8b260c619 100644 --- a/app/views/layouts/error.html.haml +++ b/app/views/layouts/error.html.haml @@ -6,7 +6,7 @@ %title= safe_join([yield(:page_title), title], ' - ') %meta{ content: 'width=device-width,initial-scale=1', name: 'viewport' }/ = stylesheet_pack_tag 'common', media: 'all' - = stylesheet_pack_tag Setting.default_settings['theme'], media: 'all' + = stylesheet_pack_tag 'application', integrity: true, media: 'all' %body.error .dialog %img{ alt: title, src: '/oops.gif' }/ -- cgit