Sha256: 8b6ef6abf3c9577f4c72ea847cc1574e8c8001e8ff76b380091a28041737303c
Contents?: true
Size: 992 Bytes
Versions: 4
Compression:
Stored size: 992 Bytes
Contents
meta charset="utf-8" meta http-equiv="x-ua-compatible" content="ie=edge" title= escape_once(strip_tags(title) + " | #{application_name}") meta name="viewport" content="width=device-width, initial-scale=1" link rel="icon" type="image/png" href="#{asset_url('locomotive/favicon.png')}" sizes="32x32" link href="https://fonts.googleapis.com/css?family=Muli:400,300|Noto+Sans:400,700" rel="stylesheet" type="text/css" javascript: window.Locomotive = { mounted_on: '#{Locomotive.mounted_on}' } = javascript_include_tag 'locomotive' = stylesheet_link_tag 'locomotive/account', media: 'screen' javascript: window.locale = '#{locale}'; $(document).ready(function() { window.application_view = new Locomotive.Views.SimpleView({ flash: #{{flash_messages_to_json}}, view: #{backbone_view_class_name} }); window.application_view.render(); }); = csrf_meta_tag = yield :head = render 'locomotive/shared/account/main_app_head'
Version data entries
4 entries across 4 versions & 1 rubygems