logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: d2542dcec0dafa8878efd2bd4fe53bd80256aa60
parent: f18a6c2cf2162b11beec2b4b17db1f2fd9fdcec0
Author: Matt Jankowski <mjankowski@thoughtbot.com>
Date:   Thu, 18 May 2017 21:11:17 -0400

Use stylesheet_pack_tag in embedded layout, avoids pipeline deprecation warning (#3123)


Diffstat:

Mapp/views/layouts/embedded.html.haml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/layouts/embedded.html.haml b/app/views/layouts/embedded.html.haml @@ -2,7 +2,7 @@ %html{ lang: I18n.locale } %head %meta{ charset: 'utf-8' }/ - = stylesheet_link_tag 'application', media: 'all' + = stylesheet_pack_tag 'application', media: 'all' = javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous' %body.embed = yield