Sha256: 727332e841092942ea8af869d0825f82d5fee528dc3ed8c9b227016c58ca47bb

Contents?: true

Size: 412 Bytes

Versions: 13

Compression:

Stored size: 412 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

13 entries across 13 versions & 2 rubygems

Version Path
flockonus-nifty-generators-0.0.12 rails_generators/nifty_layout/templates/layout.html.haml
nifty-generators-0.4.6 rails_generators/nifty_layout/templates/layout.html.haml
flockonus-nifty-generators-0.0.11 rails_generators/nifty_layout/templates/layout.html.haml
flockonus-nifty-generators-0.0.10 rails_generators/nifty_layout/templates/layout.html.haml
flockonus-nifty-generators-0.0.9 rails_generators/nifty_layout/templates/layout.html.haml
nifty-generators-0.4.5 rails_generators/nifty_layout/templates/layout.html.haml
flockonus-nifty-generators-0.0.8 rails_generators/nifty_layout/templates/layout.html.haml
flockonus-nifty-generators-0.0.7 rails_generators/nifty_layout/templates/layout.html.haml
flockonus-nifty-generators-0.0.6 rails_generators/nifty_layout/templates/layout.html.haml
nifty-generators-0.4.4 rails_generators/nifty_layout/templates/layout.html.haml
nifty-generators-0.4.3 rails_generators/nifty_layout/templates/layout.html.haml
nifty-generators-0.4.2 rails_generators/nifty_layout/templates/layout.html.haml
nifty-generators-0.4.1 rails_generators/nifty_layout/templates/layout.html.haml