app/views/layouts/application.html.haml in artfully_ose-1.0.0.rc4 vs app/views/layouts/application.html.haml in artfully_ose-1.1.0.rc1
- old
+ new
@@ -4,10 +4,11 @@
%title= "#{yield :title} : #{t 'artfully.page_title'}"
= favicon_link_tag
= stylesheet_link_tag "bootstrap", :media => :all
= stylesheet_link_tag "application"
= stylesheet_link_tag :printing, :media => :print
+ = render 'layouts/custom_css_includes'
= csrf_meta_tag
= render :partial => 'layouts/google_analytics'
%body
= render :partial => 'layouts/menu'
.container
@@ -16,6 +17,9 @@
- flash.discard
= content_for?(:menu_sub_template) ? yield(:menu_sub_template) : yield
= render 'layouts/footer'
= javascript_include_tag 'application'
+ = render 'layouts/custom_js_includes'
= yield :custom_js
+ = render :partial => "shared/preload_assets"
+ #footnotes_holder
\ No newline at end of file