Sha256: a896b91e2be588a1b63ce8f55671dae63022fcd602aa32ab71d0e7f2d09c70c3

Contents?: true

Size: 605 Bytes

Versions: 4

Compression:

Stored size: 605 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.clearfix
      - 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

4 entries across 4 versions & 1 rubygems

Version Path
twilson63-nifty-generators-0.3.4 rails_generators/nifty_layout/templates/layout.html.haml
twilson63-nifty-generators-0.3.5 rails_generators/nifty_layout/templates/layout.html.haml
twilson63-nifty-generators-0.3.6 rails_generators/nifty_layout/templates/layout.html.haml
twilson63-nifty-generators-0.3.7 rails_generators/nifty_layout/templates/layout.html.haml