Sha256: 982f01ab0408d4094fe2a5a9b87581ed827fc67eb0c857613b334ecb305606cf

Contents?: true

Size: 380 Bytes

Versions: 8

Compression:

Stored size: 380 Bytes

Contents

!!! 5
%html
  %head
    %title= @title ? "<%= name.camelcase %> | #{@title}" : '<%= name.camelcase %>'
    = csrf_meta_tags
    = render 'layouts/stylesheets'

  %body
    = render 'layouts/header'
    .container
      - flash.each do |key, value|
        %div{:class => "round flash #{key}"}= value
      = yield

    = render 'layouts/footer'
    = render 'layouts/javascripts'

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
iceauth-0.0.4 lib/generators/iceauth/templates/app/layouts/application.html.haml.tt
iceauth-0.0.4 lib/generators/iceauth/templates/app/views/layouts/application.html.haml.tt
iceauth-0.0.3 lib/generators/iceauth/templates/app/layouts/application.html.haml.tt
iceauth-0.0.3 lib/generators/iceauth/templates/app/views/layouts/application.html.haml.tt
iceauth-0.0.2 lib/generators/iceauth/templates/app/layouts/application.html.haml.tt
iceauth-0.0.2 lib/generators/iceauth/templates/app/views/layouts/application.html.haml.tt
iceauth-0.0.1 lib/generators/iceauth/templates/app/layouts/application.html.haml.tt
iceauth-0.0.1 lib/generators/iceauth/templates/app/views/layouts/application.html.haml.tt