Sha256: 053df5245afebe5419e7150ea21721ecf62a64bb62e5abbb95679a83cfa4486e

Contents?: true

Size: 428 Bytes

Versions: 32

Compression:

Stored size: 428 Bytes

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 '<%= 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

32 entries across 32 versions & 14 rubygems

Version Path
intinno-nifty-generators-0.2.5 rails_generators/nifty_layout/templates/layout.html.haml
polly-nifty-generators-0.2.3 rails_generators/nifty_layout/templates/layout.html.haml
rubycs-nifty-generators-compass-0.0.1 rails_generators/nifty_layout/templates/layout.html.haml
ryanb-nifty-generators-0.1.5 rails_generators/nifty_layout/templates/layout.html.haml
ryanb-nifty-generators-0.1.6 rails_generators/nifty_layout/templates/layout.html.haml
ryanb-nifty-generators-0.1.7 rails_generators/nifty_layout/templates/layout.html.haml
twilson63-nifty-generators-0.2.5 rails_generators/nifty_layout/templates/layout.html.haml
twilson63-nifty-generators-0.2.6 rails_generators/nifty_layout/templates/layout.html.haml
unittk-nifty-generators-0.1.7.1 rails_generators/nifty_layout/templates/layout.html.haml
unittk-nifty-generators-0.1.7.2 rails_generators/nifty_layout/templates/layout.html.haml
unittk-nifty-generators-0.1.7 rails_generators/nifty_layout/templates/layout.html.haml
corntrace-nifty-generators-0.4.1 rails_generators/nifty_layout/templates/layout.html.haml
corntrace-nifty-generators-0.4.0 rails_generators/nifty_layout/templates/layout.html.haml
nifty-generators-0.4.0 rails_generators/nifty_layout/templates/layout.html.haml
nifty-generators-0.3.2 rails_generators/nifty_layout/templates/layout.html.haml
very_nifty_generators-0.2.1 lib/generators/nifty/layout/templates/layout.html.haml
very_nifty_generators-0.2.0 lib/generators/nifty/layout/templates/layout.html.haml
very_nifty_generators-0.1.2 lib/generators/nifty/layout/templates/layout.html.haml
very_nifty_generators-0.1.1 lib/generators/nifty/layout/templates/layout.html.haml
linki-nifty-generators-0.3.1 rails_generators/nifty_layout/templates/layout.html.haml