mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
missed a few spots
This commit is contained in:
parent
5dd752877e
commit
81ebe853d1
@ -1,10 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<%= discourse_stylesheet_link_tag :wizard, theme_key: nil %>
|
||||
<%= script 'ember_jquery' %>
|
||||
<%= script 'wizard-vendor' %>
|
||||
<%= script 'wizard-application' %>
|
||||
<%= script "locales/#{I18n.locale}" %>
|
||||
<%= preload_script 'ember_jquery' %>
|
||||
<%= preload_script 'wizard-vendor' %>
|
||||
<%= preload_script 'wizard-application' %>
|
||||
<%= preload_script "locales/#{I18n.locale}" %>
|
||||
<%= render partial: "common/special_font_face" %>
|
||||
<script src="<%= Discourse.base_uri %>/extra-locales/wizard"></script>
|
||||
<%= csrf_meta_tags %>
|
||||
|
Loading…
Reference in New Issue
Block a user