Sha256: e0eb11167695957e5992ec19ae6fee677eb4ca57f4e1c8433ae87523b8a82528

Contents?: true

Size: 538 Bytes

Versions: 6

Compression:

Stored size: 538 Bytes

Contents

!!! XML
!!!
%html{ :xmlns => 'http://www.w3.org/1999/xhtml'  }
  %head
    %title= escape_once("#{Locomotive.config.name} — #{current_site.name}")

    = javascript_include_tag 'admin/jquery'

    = stylesheet_link_tag 'admin/blueprint/screen', 'admin/box', :media => 'screen', :cache => Rails.env.production? && !Locomotive.config.heroku
    / [if IE]
      = stylesheet_link_tag('admin/blueprint/ie', :media => 'screen')

  %body
    #wrapper
      #light.container
        #panel.container
          %h1= title

          = yield

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
locomotive_cms-0.0.4.beta5 app/views/layouts/admin/box.html.haml
locomotive_cms-0.0.4.beta4 app/views/layouts/admin/box.html.haml
locomotive_cms-0.0.4.beta3 app/views/layouts/admin/box.html.haml
locomotive_cms-0.0.4.beta2 app/views/layouts/admin/box.html.haml
locomotive_cms-0.0.4.beta1 app/views/layouts/admin/box.html.haml
locomotive_cms-0.0.4 app/views/layouts/admin/box.html.haml