Sha256: f6ed6566652351fb05e906fc754679386d597579c2a084b41a11e7cf094eeb33

Contents?: true

Size: 448 Bytes

Versions: 15

Compression:

Stored size: 448 Bytes

Contents

!!!
%html

  %head
    %title
      = yield(:title) || "Untitled"
    %meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"}/
    = stylesheet_link_tag "<%= file_name %>"
    = javascript_include_tag :defaults
    = csrf_meta_tag
    = yield(:head)

  %body
    #container
      - flash.each do |name, msg|
        = content_tag :div, msg, :id => "flash_#{name}"

      - if show_title?
        %h1= yield(:title)

      = yield

Version data entries

15 entries across 15 versions & 4 rubygems

Version Path
flockonus-nifty-generators-0.0.12 lib/generators/nifty/layout/templates/layout.html.haml
zoo-generators-0.1.0 lib/generators/zoo/layout/templates/layout.html.haml
nifty-generators-0.4.6 lib/generators/nifty/layout/templates/layout.html.haml
flockonus-nifty-generators-0.0.11 lib/generators/nifty/layout/templates/layout.html.haml
dust-generators-0.0.1 lib/generators/dust/layout/templates/layout.html.haml
flockonus-nifty-generators-0.0.10 lib/generators/nifty/layout/templates/layout.html.haml
flockonus-nifty-generators-0.0.9 lib/generators/nifty/layout/templates/layout.html.haml
nifty-generators-0.4.5 lib/generators/nifty/layout/templates/layout.html.haml
flockonus-nifty-generators-0.0.8 lib/generators/nifty/layout/templates/layout.html.haml
flockonus-nifty-generators-0.0.7 lib/generators/nifty/layout/templates/layout.html.haml
flockonus-nifty-generators-0.0.6 lib/generators/nifty/layout/templates/layout.html.haml
nifty-generators-0.4.4 lib/generators/nifty/layout/templates/layout.html.haml
nifty-generators-0.4.3 lib/generators/nifty/layout/templates/layout.html.haml
nifty-generators-0.4.2 lib/generators/nifty/layout/templates/layout.html.haml
nifty-generators-0.4.1 lib/generators/nifty/layout/templates/layout.html.haml