FIX: jQuery include was incorrect for finish-installation

This commit is contained in:
Robin Ward 2017-03-27 10:29:25 -04:00
parent 85bf18ad0e
commit 2fedf1c668

View File

@ -2,7 +2,7 @@
<head>
<%= stylesheet_link_tag 'wizard' %>
<%= render partial: "common/special_font_face" %>
<%= script 'jquery_include' %>
<%= script 'jquery' %>
<%= script 'wizard-vendor' %>
<%= render partial: "layouts/head" %>
<title><%= t 'wizard.title' %></title>