Sha256: dcc372e32f97e4ad6c40cffc987313a8288e5c342f59268e4b7c0cca6d224375

Contents?: true

Size: 853 Bytes

Versions: 2

Compression:

Stored size: 853 Bytes

Contents

doctype XML
doctype html
html xmlns='http://www.w3.org/1999/xhtml' lang=I18n.locale
  head
    title= escape_once(strip_tags(title) || "#{Locomotive.config.name} — #{current_site.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"

    = javascript_include_tag  'locomotive/not_logged_in'
    = stylesheet_link_tag     'locomotive/not_logged_in', media: 'screen'

    javascript:
      window.flash_messages = #{{flash_messages_to_json}};

    = yield :head

  body class=[controller.controller_name, flash.empty? ? '' : 'with-flash'].join(' ')
    .wrapper.container-fluid
      .main
        .content
          h1
            = image_tag 'locomotive/logo.png'
            |  
            == title
          = yield

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
locomotivecms-3.0.0.rc2 app/views/locomotive/layouts/not_logged_in.html.slim
locomotivecms-3.0.0.rc1 app/views/locomotive/layouts/not_logged_in.html.slim