Sha256: 8c55e27cea56f942b22f43d16430d86abe69dca1e4e2784233412fa2a48753a8

Contents?: true

Size: 486 Bytes

Versions: 4

Compression:

Stored size: 486 Bytes

Contents

!!! 5
%html{lang: 'en'}
  %head
    %title #{Flms.application_name} administration
    %meta{name:"viewport", content:"width=device-width, initial-scale=1.0"}
    = stylesheet_link_tag 'flms/admin', media: 'all'
    = csrf_meta_tags

  %body{class: "#{params[:controller].sub('/', ' ')} #{params[:action]}"}
    - unless notice.blank?
      %p.notice= notice
    - unless alert.blank?
      %p.alert= alert

    .login.container
      = yield

    = javascript_include_tag 'flms/admin'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
flms-0.9.0 app/views/layouts/flms/admin_login.html.haml
flms-0.1.0 app/views/layouts/flms/admin_login.html.haml
flms-0.0.3 app/views/layouts/flms/admin_login.html.haml
flms-0.0.2 app/views/layouts/flms/admin_login.html.haml