Sha256: 34a6f382f28c8123b597b57b863f9f339c2f0ef302a70e3d6dc387b94a3866e7

Contents?: true

Size: 368 Bytes

Versions: 9

Compression:

Stored size: 368 Bytes

Contents

doctype html
html xmlns='http://www.w3.org/1999/xhtml' lang=I18n.locale
  head
    = render 'locomotive/shared/account/head'

  body class=[controller.controller_name, controller.action_name, flash.empty? ? '' : 'with-flash'].join(' ')
    .public-background
      = yield :header
      .public-container
        .public-wrapper
          = yield

    = yield :footer

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
locomotivecms-4.2.0.alpha2 app/views/locomotive/layouts/account.html.slim
locomotivecms-4.2.0.alpha1 app/views/locomotive/layouts/account.html.slim
locomotivecms-4.1.1 app/views/locomotive/layouts/account.html.slim
locomotivecms-4.1.0 app/views/locomotive/layouts/account.html.slim
locomotivecms-4.1.0.rc1 app/views/locomotive/layouts/account.html.slim
locomotivecms-4.0.3 app/views/locomotive/layouts/account.html.slim
locomotivecms-4.0.2 app/views/locomotive/layouts/account.html.slim
locomotivecms-4.0.1 app/views/locomotive/layouts/account.html.slim
locomotivecms-4.0.0 app/views/locomotive/layouts/account.html.slim