engine/app/views/locomotive/layouts/box.html.haml

28 lines
806 B
Plaintext
Raw Normal View History

2010-04-22 23:52:11 +00:00
!!! XML
!!!
%html{ :xmlns => 'http://www.w3.org/1999/xhtml' }
%head
%title= yield(:head_title) || escape_once("#{Locomotive.config.name} — #{current_site.name}")
2011-11-01 00:58:44 +00:00
/ = javascript_include_tag 'locomotive/box.js'
= stylesheet_link_tag :locomotive_installation, :media => 'screen'
/ = stylesheet_link_tag 'locomotive/foo', :debug => true #, :media => 'screen'
2011-11-01 00:58:44 +00:00
/ / [if IE]
/ = stylesheet_link_tag 'blueprint/ie', :media => 'screen'
/ = include_javascripts :box
/ = include_stylesheets :box, :media => 'screen'
/
/ / [if IE]
/ = include_stylesheets :ie, :media => 'screen'
= yield :head
%body{ :class => controller.controller_name }
2010-04-22 23:52:11 +00:00
#wrapper
#light.container
#panel.container
%h1!= title
2010-04-22 23:52:11 +00:00
= yield