Sha256: c968b1e71b261cce6a84fc46d518fe4d29f395c83a6eee7053ea2e67280531a0

Contents?: true

Size: 388 Bytes

Versions: 4

Compression:

Stored size: 388 Bytes

Contents

=# encoding: utf-8
= render "layouts/default"
%body
  = image_tag("aslon_scaffold/indicator.gif",:style=>"vertical-align:middle",:border => 0, :id => "spiner", :style => "display:none;	position:absolute; top:5px;left:350px; " )

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

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

    = yield

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
aslon_scaffold-0.0.15 lib/generators/nifty/layout/templates/layout.html.haml
aslon_scaffold-0.0.14 lib/generators/nifty/layout/templates/layout.html.haml
aslon_scaffold-0.0.13 lib/generators/nifty/layout/templates/layout.html.haml
aslon_scaffold-0.0.12 lib/generators/nifty/layout/templates/layout.html.haml