Sha256: 04c3f0864cf323bd0471b992cde3174e60cb977305eb176b2cc809b08d5c608b

Contents?: true

Size: 1.02 KB

Versions: 2

Compression:

Stored size: 1.02 KB

Contents

doctype html
html xmlns='http://www.w3.org/1999/xhtml' lang=I18n.locale
  head
    meta charset="utf-8"
    meta http-equiv="x-ua-compatible" content="ie=edge"

    title= escape_once(strip_tags(title) + " | Locomotive")

    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_include_tag  'locomotive/not_logged_in'
    = stylesheet_link_tag     'locomotive/unauthorized', media: 'screen'

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

    = yield :head

  body class=[controller.controller_name, flash.empty? ? '' : 'with-flash'].join(' ')
    .public-background
      .public-container
        .public-form-wrapper
          = link_to root_path, class: 'public-logo' do
            = image_tag 'locomotive/logo.png'
            span Locomotive
          = yield

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
locomotivecms-3.0.0.rc4 app/views/locomotive/layouts/not_logged_in.html.slim
locomotivecms-3.0.0.rc3 app/views/locomotive/layouts/not_logged_in.html.slim