fix path to html5.js so styles work in ie8
Change-Id: I6b2ac7198e1becd03a3f3163c980020e531068d3 Reviewed-on: https://gerrit.instructure.com/6148 Tested-by: Hudson <hudson@instructure.com> Reviewed-by: Jon Jensen <jon@instructure.com>
This commit is contained in:
parent
d2a5328993
commit
8a5ab4be08
|
@ -34,7 +34,7 @@
|
|||
<%= stylesheet_link_tag "compiled/instructure_eportfolio.css" %>
|
||||
<% end %>
|
||||
<%= include_stylesheets(*jammit_css_bundles) unless jammit_css_bundles.empty? %>
|
||||
<!--[if lte IE 8]> <%= javascript_include_tag "html5.js" %> <![endif]-->
|
||||
<!--[if lte IE 8]> <%= javascript_include_tag "vendor/html5.js" %> <![endif]-->
|
||||
<%= yield :stylesheets %>
|
||||
<% if @domain_root_account && @domain_root_account.settings[:global_stylesheet] && !@domain_root_account.settings[:global_stylesheet].try(:strip).empty? %>
|
||||
<link href="<%= @domain_root_account.settings[:global_stylesheet] %>" media="all" rel="stylesheet" type="text/css" />
|
||||
|
|
Loading…
Reference in New Issue