Sha256: 95c99a18b6b6b91e62782e1829204eec22184cdc5dab8a0defb84d3192d30195

Contents?: true

Size: 347 Bytes

Versions: 8

Compression:

Stored size: 347 Bytes

Contents

!!! 5
%html
  %head

    %title UserMgmt
    = stylesheet_link_tag "user_mgmt/application", media: "all"
    = javascript_include_tag "user_mgmt/application"
    = csrf_meta_tags

  %body
    #main
      - if flash[:notice]
        #notice.message= flash[:notice]
      - elsif flash[:warning]
        #warning.message= flash[:warning]

  = yield

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
user_mgmt-0.0.621 app/views/layouts/user_mgmt/application.html.haml
user_mgmt-0.0.62 app/views/layouts/user_mgmt/application.html.haml
user_mgmt-0.0.616 app/views/layouts/user_mgmt/application.html.haml
user_mgmt-0.0.615 app/views/layouts/user_mgmt/application.html.haml
user_mgmt-0.0.614 app/views/layouts/user_mgmt/application.html.haml
user_mgmt-0.0.613 app/views/layouts/user_mgmt/application.html.haml
user_mgmt-0.0.612 app/views/layouts/user_mgmt/application.html.haml
user_mgmt-0.0.611 app/views/layouts/user_mgmt/application.html.haml