about summary refs log tree commit diff
path: root/app/views/layouts/error.html.haml
diff options
context:
space:
mode:
authorkibigo! <marrus-sh@users.noreply.github.com>2017-09-28 17:45:16 -0700
committerkibigo! <marrus-sh@users.noreply.github.com>2017-09-28 17:45:16 -0700
commitcf1f83ca2a35247184f1f27607960c21a37398ea (patch)
tree065eb3fc2f4e0feaed6643cd007c42a00d151a31 /app/views/layouts/error.html.haml
parent152279585376c54f1e738983c4046ce6f0bb2448 (diff)
Fixed lingering upstream Theme code
Diffstat (limited to 'app/views/layouts/error.html.haml')
-rw-r--r--app/views/layouts/error.html.haml2
1 files changed, 1 insertions, 1 deletions
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' }/