Sha256: 8ffbb4499ee744cf9420cef19d771eb499acd27fec15c6c38af915d48f3c6414

Contents?: true

Size: 1.23 KB

Versions: 4

Compression:

Stored size: 1.23 KB

Contents

!!! Strict
%html{html_attrs}
  
  %head
    %title
      = h(yield(:title) || "Untitled")
    %meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"}/

    = stylesheet_link_tag 'blueprint/screen.css', :media => 'screen, projection'
    = stylesheet_link_tag 'blueprint/print.css', :media => 'print'
    /[if lt IE 8]
      = stylesheet_link_tag 'blueprint/ie.css', :media => 'screen, projection'

    / uncomment for activating blueprint plugins
    /= stylesheet_link_tag 'blueprint/plugins/buttons/screen.css', :media => 'screen, projection'
    /= stylesheet_link_tag 'blueprint/plugins/fancy-type/screen.css', :media => 'screen, projection'
    /= stylesheet_link_tag 'blueprint/plugins/link-icons/screen.css', :media => 'screen, projection'
    /= stylesheet_link_tag 'blueprint/plugins/rtl/screen.css', :media => 'screen, projection'

    = stylesheet_link_tag 'formtastic.css', :media => 'screen, projection'
    = stylesheet_link_tag 'formtastic_changes.css', :media => 'print'

    = stylesheet_link_tag '<%= file_name %>'
    = yield(:head)

  %body
    .container
      - flash.each do |name, msg|
        = content_tag :div, msg, :id => "flash_#{name}"
      
      - if show_title?
        %h1=h yield(:title)
      
      = yield

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
splendeo-generators-0.3.1 rails_generators/splendeo_layout/templates/layout.html.haml
splendeo-generators-0.3.0 rails_generators/splendeo_layout/templates/layout.html.haml
splendeo-generators-0.2.1 rails_generators/splendeo_layout/templates/layout.html.haml
splendeo-generators-0.2.0 rails_generators/splendeo_layout/templates/layout.html.haml