Sha256: 144ab2def36f90445c99991085ac46bcc9ad0eedd02be8a30deee06c52e55a8a

Contents?: true

Size: 878 Bytes

Versions: 19

Compression:

Stored size: 878 Bytes

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(error_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"

    = stylesheet_link_tag 'locomotive/account', media: 'screen'

  body class=[controller.controller_name, controller.action_name, flash.empty? ? '' : 'with-flash'].join(' ')
    .public-background
      .public-container
        .public-wrapper
          = link_to root_path, class: 'brand-logo' do
            = account_logo_tag

          = yield

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
locomotivecms-4.2.0.alpha2 app/views/locomotive/layouts/error.html.slim
locomotivecms-4.2.0.alpha1 app/views/locomotive/layouts/error.html.slim
locomotivecms-4.1.1 app/views/locomotive/layouts/error.html.slim
locomotivecms-4.1.0 app/views/locomotive/layouts/error.html.slim
locomotivecms-4.1.0.rc1 app/views/locomotive/layouts/error.html.slim
locomotivecms-4.0.3 app/views/locomotive/layouts/error.html.slim
locomotivecms-4.0.2 app/views/locomotive/layouts/error.html.slim
locomotivecms-4.0.1 app/views/locomotive/layouts/error.html.slim
locomotivecms-4.0.0 app/views/locomotive/layouts/error.html.slim
locomotivecms-4.0.0.rc0 app/views/locomotive/layouts/error.html.slim
locomotivecms-4.0.0.alpha3 app/views/locomotive/layouts/error.html.slim
locomotivecms-3.4.1 app/views/locomotive/layouts/error.html.slim
locomotivecms-4.0.0.alpha2 app/views/locomotive/layouts/error.html.slim
locomotivecms-4.0.0.alpha1 app/views/locomotive/layouts/error.html.slim
locomotivecms-3.4.0 app/views/locomotive/layouts/error.html.slim
locomotivecms-3.3.0 app/views/locomotive/layouts/error.html.slim
locomotivecms-3.3.0.rc3 app/views/locomotive/layouts/error.html.slim
locomotivecms-3.3.0.rc2 app/views/locomotive/layouts/error.html.slim
locomotivecms-3.3.0.rc1 app/views/locomotive/layouts/error.html.slim