Sha256: 6f8d9d90d12240013f718fb1aeb470c3cac92307f702d080630facc03a535a11
Contents?: true
Size: 1023 Bytes
Versions: 5
Compression:
Stored size: 1023 Bytes
Contents
!!! %html{html_attrs} %head %meta{'http-equiv' => 'Content-Type', :content => 'text/html;charset=utf-8'} %meta{'http-equiv' => 'Content-Script-Type', :content => 'text/javascript'} - if protect_against_forgery? %meta{:name => 'authenticity_token', :content => form_authenticity_token} %title= h(@title || "<%= File.basename(destination_path('')).gsub('_', ' ').capitalize %>") <% if exist?("public/stylesheets/blueprint") -%> = stylesheet_link_tag 'blueprint/screen', :media => 'screen, projection' = stylesheet_link_tag 'blueprint/print', :media => 'print' /[if IE] = stylesheet_link_tag 'blueprint/ie', :media => 'screen, projection' <% end -%> <% if exist?("public/stylesheets/application.css") -%> = stylesheet_link_tag 'application', :media => 'screen, projection' <% end -%> <% if exist?("public/javascripts/jquery.js") -%> = javascript_include_tag 'jquery' <% end -%> = javascript_include_tag 'application' = yield :head %body .container = yield
Version data entries
5 entries across 5 versions & 3 rubygems