engine/app/views/layouts/login.html.haml

17 lines
431 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= escape_once("#{Locomotive.config.name} — #{current_site.name}")
2010-04-24 00:32:36 +00:00
2010-04-22 23:52:11 +00:00
= stylesheet_link_tag 'blueprint/screen', 'admin/login', :media => 'screen'
/ [if IE]
= stylesheet_link_tag('blueprint/ie', :media => 'screen')
2010-04-24 00:32:36 +00:00
2010-04-22 23:52:11 +00:00
%body
#wrapper
#light.container
#panel.container
%h1= title
= yield