Sha256: 7fc4757fe5a04e3da8ee1048f2cc8f19e4fee0da07e32890b4ef61dcd1080d56

Contents?: true

Size: 349 Bytes

Versions: 6

Compression:

Stored size: 349 Bytes

Contents

!!!5
%html
  %head
    %title CMS
    = stylesheet_link_tag    "amalgam/admin"
    = javascript_include_tag "amalgam/admin"
    = csrf_meta_tags
    = yield(:head)
  %body{:class => body_class}
    =render :partial => "amalgam/admin/nav_bar", :locals => {:editor => false}
    .container
      .row
        .span12.main
          = yield
    .footer

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
amalgam-2.1.4.1 app/views/layouts/amalgam/admin/application.html.haml
amalgam-2.1.4 app/views/layouts/amalgam/admin/application.html.haml
amalgam-2.1.3.1 app/views/layouts/amalgam/admin/application.html.haml
amalgam-2.1.3 app/views/layouts/amalgam/admin/application.html.haml
amalgam-2.1.2 app/views/layouts/amalgam/admin/application.html.haml
amalgam-2.1.1 app/views/layouts/amalgam/admin/application.html.haml