Fixed lingering upstream Theme code
This commit is contained in:
parent
1522795853
commit
cf1f83ca2a
1 changed files with 1 additions and 1 deletions
|
@ -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' }/
|
||||
|
|
Loading…
Reference in a new issue