Skip to content
Snippets Groups Projects
Commit d2542dce authored by Matt Jankowski's avatar Matt Jankowski Committed by Eugen Rochko
Browse files

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

parent f18a6c2c
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment