Sha256: 69715a4888ae5dfac10597473c697f22c8b7cc24bf668ba88cd4cefa07f671fe

Contents?: true

Size: 1005 Bytes

Versions: 4

Compression:

Stored size: 1005 Bytes

Contents

!!!
%html{html_attrs(I18n.locale)}
  %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&= @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

4 entries across 4 versions & 1 rubygems

Version Path
terraformation-0.2.2 rails_generators/terraformation/templates/application.html.haml.erb
terraformation-0.2.1 rails_generators/terraformation/templates/application.html.haml.erb
terraformation-0.2.0 rails_generators/terraformation/templates/application.html.haml.erb
terraformation-0.1.3 rails_generators/terraformation/templates/application.html.haml.erb