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

17 lines
505 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-06-14 13:04:01 +00:00
= stylesheet_link_tag 'admin/blueprint/screen', 'admin/login', :media => 'screen', :cache => Rails.env.production? && !Locomotive.config.heroku
2010-04-22 23:52:11 +00:00
/ [if IE]
2010-06-03 15:32:40 +00:00
= stylesheet_link_tag('admin/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