Sha256: 488f880437fb7c08930491c1c9302d2ea00de3e207ec2f864b8e39055ee1a8b9
Contents?: true
Size: 1.34 KB
Versions: 2
Compression:
Stored size: 1.34 KB
Contents
%title= escape_once("#{Locomotive.config.name} — #{current_site.name}") = csrf_meta_tag - key = Rails.application.config.session_options[:key] %meta{ name: 'key-param', content: Rails.application.config.session_options[:key] } %meta{ name: 'key-token', content: cookies[key] } %script{ type: 'text/javascript' } :plain window.Locomotive = { mounted_on: '#{Locomotive.mounted_on}' }; = stylesheet_link_tag 'locomotive', media: 'screen' = javascript_include_tag 'locomotive' %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'; Locomotive.current_site = new Locomotive.Models.Site(#{escape_json current_site.to_presenter.as_json_for_html_view.to_json.html_safe}); Locomotive.current_account = new Locomotive.Models.Account(#{escape_json current_locomotive_account.to_json.html_safe}); $(document).ready(function() { window.application_view = new Locomotive.Views.ApplicationView({ flash: #{flash.to_json}, view: #{backbone_view_class_name}, view_data: { #{backbone_view_data} } }); window.application_view.render(); }); = yield :head = render 'locomotive/shared/main_app_head'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
locomotive_cms-2.1.1 | app/views/locomotive/shared/_head.html.haml |
locomotive_cms-2.1.0 | app/views/locomotive/shared/_head.html.haml |