Browse Source

Fix broken embed page (#3577)

closed-social-glitch-2
Yamagishi Kazutoshi 6 years ago
committed by Eugen Rochko
parent
commit
4addf051d4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/views/layouts/embedded.html.haml

+ 2
- 0
app/views/layouts/embedded.html.haml View File

@ -3,6 +3,8 @@
%head
%meta{ charset: 'utf-8' }/
= stylesheet_pack_tag 'application', media: 'all'
= javascript_pack_tag 'common', integrity: true, crossorigin: 'anonymous'
= javascript_pack_tag "locale_#{I18n.locale}", integrity: true, crossorigin: 'anonymous'
= javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
%body.embed
= yield

Loading…
Cancel
Save