Sha256: 2c72d76214441d87f5bca1ec7480ba00ae1770cda8907ff6cf67621898287f3b

Contents?: true

Size: 366 Bytes

Versions: 5

Compression:

Stored size: 366 Bytes

Contents

!!! 5
%html
  %head
    %title= Settings.app_name
    %meta{:charset=>"UTF-8"}
    = csrf_meta_tag
    = stylesheet_link_tag 'application'
    = javascript_include_tag 'application'
    = yield :head

  %body#devise
    .container
      .box
        = render 'flashes'
        = yield
      .links
        = render :partial => "app_frame/devise/shared/links"        

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
app_frame-0.6.1 app/views/layouts/app_frame/devise.html.haml
app_frame-0.5.8 app/views/layouts/app_frame/devise.html.haml
app_frame-0.5.7 app/views/layouts/app_frame/devise.html.haml
app_frame-0.5.6 app/views/layouts/app_frame/devise.html.haml
app_frame-0.5.5 app/views/layouts/app_frame/devise.html.haml