app/views/locomotive/shared/_head.html.haml in locomotive_cms-2.1.4 vs app/views/locomotive/shared/_head.html.haml in locomotive_cms-2.2.0

- old
+ new

@@ -12,9 +12,11 @@ window.Locomotive = { mounted_on: '#{Locomotive.mounted_on}' } = stylesheet_link_tag 'locomotive', media: 'screen' = javascript_include_tag 'locomotive' += render 'locomotive/shared/main_app_head_before_backbone' + %script{ type: 'text/javascript' } :plain window.locale = '#{I18n.locale}'; window.content_locale = '#{::Mongoid::Fields::I18n.locale}'; window.permalink_service_url = '#{Locomotive.mounted_on}/_permalink.json';