Sha256: 27d76c28bab2124df69f6d06adcee253b04c5e2a1ffe7cb3887e3d4b606dab70

Contents?: true

Size: 494 Bytes

Versions: 8

Compression:

Stored size: 494 Bytes

Contents

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

    = include_javascripts :box
    = include_stylesheets :box, :media => 'screen'

    / [if IE]
      = include_stylesheets :ie, :media => 'screen'

    = yield :head

  %body{ :class => controller.controller_name }
    #wrapper
      #light.container
        #panel.container
          %h1!= title

          = yield

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
locomotive_cms-1.0.0.beta.2 app/views/admin/layouts/box.html.haml
locomotive_cms-1.0.0.beta app/views/admin/layouts/box.html.haml
locomotive_cms-0.0.4.beta12 app/views/admin/layouts/box.html.haml
locomotive_cms-0.0.4.beta11 app/views/admin/layouts/box.html.haml
locomotive_cms-0.0.4.beta10 app/views/admin/layouts/box.html.haml
locomotive_cms-0.0.4.beta9 app/views/admin/layouts/box.html.haml
locomotive_cms-0.0.4.beta8 app/views/admin/layouts/box.html.haml
locomotive_cms-0.0.4.beta7 app/views/admin/layouts/box.html.haml