diff options
author | kibigo! <marrus-sh@users.noreply.github.com> | 2017-09-28 17:45:16 -0700 |
---|---|---|
committer | kibigo! <marrus-sh@users.noreply.github.com> | 2017-09-28 17:45:16 -0700 |
commit | cf1f83ca2a35247184f1f27607960c21a37398ea (patch) | |
tree | 065eb3fc2f4e0feaed6643cd007c42a00d151a31 /app/views/layouts | |
parent | 152279585376c54f1e738983c4046ce6f0bb2448 (diff) |
Fixed lingering upstream Theme code
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/error.html.haml | 2 |
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' }/ |