Sha256: b07c75a72ab62c1b7e6b7f2ef4935ab653ee8e719c68a243842f9a6da292d40b

Contents?: true

Size: 943 Bytes

Versions: 4

Compression:

Stored size: 943 Bytes

Contents

-# The main application layout which is wrapped around every view.
-# origin: RM
!!!
%html
  %head
    %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
    %meta{:content => "en", "http-equiv" => "Content-Language"}/
    %meta{:'http-equiv' => 'X-UA-Compatible', :content => 'IE=EmulateIE7'}/
    = csrf_meta_tag
    %title= APPLICATION_TITLE
    = render 'layouts/stylesheets'
    = render 'layouts/javascripts'
  %body{:id => yield(:body_id)}
    #container
      #head
        #head_inner
          .viewport
            #site_name= link_to APPLICATION_TITLE, root_path
            = render 'layouts/session_navigation'
            = clear
          = render 'layouts/notifications'
          = render_navigation Navigation.main
      = yield(:page_head)
      = render 'layouts/flashes'
      #main
        #main_inner
          #page
            = yield
      = render 'layouts/javascript_requirement'
      

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
serum-rails-0.2.1 spec/test_apps/rails-2-3/app/views/layouts/screen.html.haml
serum-rails-0.2.0 spec/test_apps/rails-2-3/app/views/layouts/screen.html.haml
serum-rails-0.1.1 spec/test_app/app/views/layouts/screen.html.haml
serum-rails-0.1.0 spec/test_app/app/views/layouts/screen.html.haml