about summary refs log tree commit diff
path: root/app/views/layouts/embedded.html.haml
diff options
context:
space:
mode:
authorMatt Jankowski <mjankowski@thoughtbot.com>2017-05-18 21:11:17 -0400
committerEugen Rochko <eugen@zeonfederated.com>2017-05-19 03:11:17 +0200
commitd2542dcec0dafa8878efd2bd4fe53bd80256aa60 (patch)
tree4ca91f7859f6fa9edb4d9f9ccee24031a68da88e /app/views/layouts/embedded.html.haml
parentf18a6c2cf2162b11beec2b4b17db1f2fd9fdcec0 (diff)
Use stylesheet_pack_tag in embedded layout, avoids pipeline deprecation warning (#3123)
Diffstat (limited to 'app/views/layouts/embedded.html.haml')
-rw-r--r--app/views/layouts/embedded.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/embedded.html.haml b/app/views/layouts/embedded.html.haml
index f0fd1b00d..c7a3374bc 100644
--- 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