Sha256: 3aac3aad49a34c45b377fabf2b85a4485d5eb1651ee8a85a620eb356d104db76

Contents?: true

Size: 466 Bytes

Versions: 11

Compression:

Stored size: 466 Bytes

Contents

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

    = javascript_include_tag  'locomotive/not_logged_in'
    = stylesheet_link_tag     'locomotive/not_logged_in', :media => 'screen'

    = yield :head

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

          = yield

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc12 app/views/locomotive/layouts/not_logged_in.html.haml
locomotive_cms-2.0.0.rc11 app/views/locomotive/layouts/not_logged_in.html.haml
locomotive_cms-2.0.0.rc10 app/views/locomotive/layouts/not_logged_in.html.haml
locomotive_cms-2.0.0.rc9 app/views/locomotive/layouts/not_logged_in.html.haml
locomotive_cms-2.0.0.rc8 app/views/locomotive/layouts/not_logged_in.html.haml
locomotive_cms-2.0.0.rc7 app/views/locomotive/layouts/not_logged_in.html.haml
locomotive_cms-2.0.0.rc6 app/views/locomotive/layouts/not_logged_in.html.haml
locomotive_cms-2.0.0.rc5 app/views/locomotive/layouts/not_logged_in.html.haml
locomotive_cms-2.0.0.rc4 app/views/locomotive/layouts/not_logged_in.html.haml
locomotive_cms-2.0.0.rc2 app/views/locomotive/layouts/not_logged_in.html.haml
locomotive_cms-2.0.0.rc1 app/views/locomotive/layouts/not_logged_in.html.haml