|
@@ -3,6 +3,9 @@
|
|
|
<%= discourse_stylesheet_link_tag :wizard, theme_key: nil %>
|
|
|
<%= stylesheet_link_tag "wizard_custom", media: "all", "data-turbolinks-track" => "reload" %>
|
|
|
<%= stylesheet_link_tag "wizard_custom_mobile", media: "all", "data-turbolinks-track" => "reload" if mobile_view?%>
|
|
|
+ <%- if theme_key %>
|
|
|
+ <%= discourse_stylesheet_link_tag (mobile_view? ? :mobile_theme : :desktop_theme) %>
|
|
|
+ <%- end %>
|
|
|
<%= preload_script "ember_jquery" %>
|
|
|
<%= preload_script "wizard-vendor" %>
|
|
|
<%= preload_script "wizard-application" %>
|
|
@@ -17,6 +20,7 @@
|
|
|
|
|
|
<%= server_plugin_outlet "custom_wizard" %>
|
|
|
|
|
|
+ <meta name="discourse_theme_key" content="<%= theme_key %>">
|
|
|
<meta name="discourse-base-uri" content="<%= Discourse.base_uri %>">
|
|
|
|
|
|
<%= render partial: "layouts/head" %>
|