From 4830766649e42ecb3f7afa25c82b3f2271ed3e63 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Thu, 14 Jun 2018 10:00:50 +1000 Subject: [PATCH] Add head and body tags to wizard html --- views/layouts/wizard.html.erb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/views/layouts/wizard.html.erb b/views/layouts/wizard.html.erb index b94d1dbf..e0f5e5c2 100644 --- a/views/layouts/wizard.html.erb +++ b/views/layouts/wizard.html.erb @@ -20,6 +20,10 @@ <%= csrf_meta_tags %> + <%- unless customization_disabled? %> + <%= raw theme_lookup("head_tag") %> + <%- end %> + <%= server_plugin_outlet "custom_wizard" %> @@ -32,6 +36,10 @@
+ <%- unless customization_disabled? %> + <%= raw theme_lookup("body_tag") %> + <%- end %> +