Sha256: 96988e2d45b23d3a6b32f988dbf285c48914412a94142d0d19b5eb4f32cb3875

Contents?: true

Size: 596 Bytes

Versions: 7

Compression:

Stored size: 596 Bytes

Contents

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

    = render :partial => "shared/stylesheets"
    = render :partial => "shared/javascripts"
    
    = yield(:head)
  
  %body
    #container
      - flash.each do |name, msg|
        = content_tag :div, msg, :id => "flash_#{name}"
      
      = render :partial => "shared/header"
      = render :partial => "shared/navigation"

      #content.span-24
        = yield
    = render :partial => "shared/footer"
      

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
twilson63-nifty-generators-0.2.7 rails_generators/nifty_layout/templates/layout.html.haml
twilson63-nifty-generators-0.2.8 rails_generators/nifty_layout/templates/layout.html.haml
twilson63-nifty-generators-0.2.9 rails_generators/nifty_layout/templates/layout.html.haml
twilson63-nifty-generators-0.3.0 rails_generators/nifty_layout/templates/layout.html.haml
twilson63-nifty-generators-0.3.1 rails_generators/nifty_layout/templates/layout.html.haml
twilson63-nifty-generators-0.3.2 rails_generators/nifty_layout/templates/layout.html.haml
twilson63-nifty-generators-0.3.3 rails_generators/nifty_layout/templates/layout.html.haml