Sha256: 2c7c6f6f08ebf3b0a7ead9618591d3ebc5e48f3640635d75c95354636961c83f

Contents?: true

Size: 505 Bytes

Versions: 7

Compression:

Stored size: 505 Bytes

Contents

!!! XML
!!!
%html{ :xmlns => 'http://www.w3.org/1999/xhtml'  }
  %head
    %title= escape_once("#{Locomotive.config.name} — #{current_site.name}")
    
    = stylesheet_link_tag 'admin/blueprint/screen', 'admin/login', :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

7 entries across 7 versions & 1 rubygems

Version Path
locomotive_cms-0.0.3.3 app/views/layouts/admin/login.html.haml
locomotive_cms-0.0.3.1 app/views/layouts/admin/login.html.haml
locomotive_cms-0.0.2.9 app/views/layouts/admin/login.html.haml
locomotive_cms-0.0.2.8 app/views/layouts/admin/login.html.haml
locomotive_cms-0.0.2.7 app/views/layouts/admin/login.html.haml
locomotive_cms-0.0.2.6 app/views/layouts/admin/login.html.haml
locomotive_cms-0.0.2.5 app/views/layouts/admin/login.html.haml