Fix static error page to use the correct pack

This commit is contained in:
Thibaut Girka 2019-02-17 12:53:51 +01:00
parent 91c9cb6022
commit cac75e01b8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
%meta{ content: 'width=device-width,initial-scale=1', name: 'viewport' }/
= javascript_pack_tag "locales", integrity: true, crossorigin: 'anonymous'
= render partial: 'layouts/theme', object: (@core || { pack: 'common' })
= render partial: 'layouts/theme', object: (@theme || { pack: 'common', flavour: 'glitch', skin: 'default' })
= render partial: 'layouts/theme', object: (@theme || { pack: 'error', flavour: 'glitch', common: { pack: 'common', flavour: 'glitch', skin: 'default' } })
%body.error
.dialog
.dialog__illustration