Sha256: c2597707f25c22cae664bcd60452a63345dcf9584ceb1a452d6629356956f6bf

Contents?: true

Size: 350 Bytes

Versions: 10

Compression:

Stored size: 350 Bytes

Contents

!!!
%html
  %head
    %title= yield(:title)
    = stylesheet_link_tag   'the_role/reset'
    = stylesheet_link_tag   'the_role/style'
    = stylesheet_link_tag   'the_role/headers'
    = stylesheet_link_tag   'the_role/form'

    = javascript_include_tag :jquery
    = javascript_include_tag :jquery_ujs
    = csrf_meta_tags

  %body
    .body= yield

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
the_role-1.4.1 app/views/layouts/the_role.html.haml
the_role-1.4.0 app/views/layouts/the_role.html.haml
the_role-1.3.1 app/views/layouts/the_role.html.haml
the_role-1.3.0 app/views/layouts/the_role.html.haml
the_role-1.2.1 app/views/layouts/the_role.html.haml
the_role-1.2.0 app/views/layouts/the_role.html.haml
the_role-1.1.1 app/views/layouts/the_role.html.haml
the_role-1.1.0 app/views/layouts/the_role.html.haml
the_role-1.0.0 app/views/layouts/the_role.html.haml
the_role-0.9.93 app/views/layouts/the_role.html.haml