]> cat aescling's git repositories - mastodon.git/commitdiff
Fixed lingering upstream Theme code
authorkibigo! <marrus-sh@users.noreply.github.com>
Fri, 29 Sep 2017 00:45:16 +0000 (17:45 -0700)
committerkibigo! <marrus-sh@users.noreply.github.com>
Fri, 29 Sep 2017 00:45:16 +0000 (17:45 -0700)
app/views/layouts/error.html.haml

index 31f3220964a440bdd80c80c046def06043d75dcf..8b260c619218779c251af091880df0d3b6f8370d 100644 (file)
@@ -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' }/
This page took 0.025672 seconds and 3 git commands to generate.