Sha256: 75955f4d7529ea7b8e7361b50ad5200b0e752a55d4ae24e6af11e44d53b2d939

Contents?: true

Size: 844 Bytes

Versions: 2

Compression:

Stored size: 844 Bytes

Contents

!!! 5
%html
  %head		
    %meta{ :content => "text/html;charset=UTF-8", "http-equiv" => "content-type" }
    %meta{:name => 'description', :content => "#{yield :description}"}
    = csrf_meta_tag
    %title 
      #{yield :title}
    = stylesheet_link_tag 'screen.css', :media => 'screen, projection'
    /[if IE 7]
      = stylesheet_link_tag 'ie', :media => 'screen, projection'
    /[if lt IE 9]
      %script{ :src => "http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js" }
  %body
    .container
      %header
        - if flash[:notice] != nil
          %p{:class => "flash_notice"}
            = flash[:notice]
        - elsif flash[:error] != nil
          %p{:class => "flash_error"}
            = flash[:error]
      = yield
    %footer
      .container
    .container{:class => "sub_footer"}
      %p © #{Time.now.year} 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
i0n_rails3_generators-0.2.15 lib/generators/i0n/layout/templates/app/views/layouts/application.haml
i0n_rails3_generators-0.2.14 lib/generators/i0n/layout/templates/app/views/layouts/application.haml