Sha256: 5e2498517e4a9a3da88d939728ff001b7a7c5479d915f335e815ec39bc40d6f7

Contents?: true

Size: 379 Bytes

Versions: 11

Compression:

Stored size: 379 Bytes

Contents

html(lang: 'en') {
  head {
    meta charset: 'utf-8'
    meta content: 'width=device-width, initial-scale=1.0', name: 'viewport'
    title { yield(:title) }
    stylesheet_link_tag 'express_admin/application'
    javascript_include_tag :modernizr
    javascript_include_tag 'express_admin/application'
    csrf_meta_tags
  }
  body {
    flash_message_component
    yield
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
express_admin-1.4.4 app/views/layouts/express_admin/external.html.et
express_admin-1.4.3 app/views/layouts/express_admin/external.html.et
express_admin-1.4.2 app/views/layouts/express_admin/external.html.et
express_admin-1.4.1 app/views/layouts/express_admin/external.html.et
express_admin-1.4.0 app/views/layouts/express_admin/external.html.et
express_admin-1.3.2 app/views/layouts/express_admin/external.html.et
express_admin-1.3.1 app/views/layouts/express_admin/external.html.et
express_admin-1.3.0 app/views/layouts/express_admin/external.html.et
express_admin-1.2.1 app/views/layouts/express_admin/external.html.et
express_admin-1.2.0 app/views/layouts/express_admin/external.html.et
express_admin-1.1.0 app/views/layouts/express_admin/external.html.et