Sha256: 7d75a101748ee268971d2738e66bfb7c0efd2ee8c7fcd6c07960874da29e2bb0
Contents?: true
Size: 973 Bytes
Versions: 11
Compression:
Stored size: 973 Bytes
Contents
!!! 5 %html %head %meta{ :content => "text/html;charset=UTF-8", "http-equiv" => "content-type" } %meta{:name => 'description', :content => "#{yield :description}"} %meta{:name => 'keywords', :content => "#{yield :keywords}"} = 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{:id => "#{yield :body_id}"} .container %header %h1 #{yield :h1} - 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
11 entries across 11 versions & 1 rubygems