logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 4addf051d42393c9f933db2ecf210b151d901192
parent: ab914ce6d5a681cf28486c663f01d0c481911c41
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Mon,  5 Jun 2017 17:08:31 +0900

Fix broken embed page (#3577)


Diffstat:

Mapp/views/layouts/embedded.html.haml2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/app/views/layouts/embedded.html.haml b/app/views/layouts/embedded.html.haml @@ -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