Sha256: 936ecfebf9d08c9eb10b1716ca4df842a13fc4bb0746294f83465dba06b084e2
Contents?: true
Size: 980 Bytes
Versions: 2
Compression:
Stored size: 980 Bytes
Contents
!!! %html.body-full-height{ lang: 'en' } %head %title= Para.config.admin_title || ::I18n.t('para.admin.title') %meta{ charset: 'utf-8' }/ %meta{ content: 'IE=edge', 'http-equiv' => 'X-UA-Compatible' }/ %meta{ content: 'width=device-width, initial-scale=1', :name => 'viewport' }/ = stylesheet_link_tag 'para/admin', media: 'all' / HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries / WARNING: Respond.js doesn't work if you view the page via file:// /[if lt IE 9] <script src='https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js'></script> <script src='https://oss.maxcdn.com/respond/1.4.2/respond.min.js'></script> = csrf_meta_tags %body = render partial: 'para/admin/shared/navigation' = render partial: 'para/admin/shared/header' .container-fluid.page-content = display_admin_flash = yield = javascript_include_tag 'para/admin', :'data-turbolinks-eval' => false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
para-0.7.1 | app/views/layouts/para/admin.html.haml |
para-0.7.0 | app/views/layouts/para/admin.html.haml |