Sha256: 813f6de801439f1b88e311782f731bae810cd74b1461e386f068b522ffc79d01

Contents?: true

Size: 615 Bytes

Versions: 19

Compression:

Stored size: 615 Bytes

Contents

'<!DOCTYPE html>'.html_safe+
html(lang: 'en') {
  head {
    title { title_content(yield(:title), yield(:base_title)) }
    meta(charset: 'utf-8')
    meta(name: "description", content: "#{helpers.description_meta_content}")
    meta(name: "viewport", content: "width=device-width, initial-scale=1.0")

    stylesheet_link_tag "express_admin"
    javascript_include_tag "express_admin"
    javascript_include_tag "https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"
    csrf_meta_tags
  }

  body {
    flash_messages
    current_arbre_element.add_child yield
    content_for(:page_javascript)
  }
}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
express_admin-2.0.0.b app/views/layouts/devise.html.et
express_admin-2.0.0.a app/views/layouts/devise.html.et
express_admin-1.8.1 app/views/layouts/devise.html.et
express_admin-1.8.0 app/views/layouts/devise.html.et
express_admin-1.7.32 app/views/layouts/devise.html.et
express_admin-1.7.31 app/views/layouts/devise.html.et
express_admin-1.7.30 app/views/layouts/devise.html.et
express_admin-1.7.29 app/views/layouts/devise.html.et
express_admin-1.7.28 app/views/layouts/devise.html.et
express_admin-1.7.27 app/views/layouts/devise.html.et
express_admin-1.7.26 app/views/layouts/devise.html.et
express_admin-1.7.25 app/views/layouts/devise.html.et
express_admin-1.7.24 app/views/layouts/devise.html.et
express_admin-1.7.23 app/views/layouts/devise.html.et
express_admin-1.7.22 app/views/layouts/devise.html.et
express_admin-1.7.21 app/views/layouts/devise.html.et
express_admin-1.7.20 app/views/layouts/devise.html.et
express_admin-1.7.19 app/views/layouts/devise.html.et
express_admin-1.7.18 app/views/layouts/devise.html.et