Sha256: 7cb262804e90995563e606f2de6a7e29c6810e943ea81f1884b1448b7cf893f4

Contents?: true

Size: 479 Bytes

Versions: 13

Compression:

Stored size: 479 Bytes

Contents

!!!
%html
  %head
    %meta(http-equiv="Content-Type" content="text/html; charset=UTF-8")
    = favicon_link_tag 'embed/favicon.png'
    %title
      = yield :title
    = yield :stylesheets_block
    = yield :head

  - if controller.respond_to?(:section_id)
    - section_id = controller.section_id
  - elsif @body_id
    - section_id = @body_id
  - else
    - section_id = "generic"
  %body{:id => section_id}
    = yield :body
    = yield :javascripts_block
    = yield :extra

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
ui_alchemy-rails-1.0.12 app/views/alchemy/layouts/base.html.haml
ui_alchemy-rails-1.0.11 app/views/alchemy/layouts/base.html.haml
ui_alchemy-rails-1.0.10 app/views/alchemy/layouts/base.html.haml
ui_alchemy-rails-1.0.9 app/views/alchemy/layouts/base.html.haml
ui_alchemy-rails-1.0.8 app/views/alchemy/layouts/base.html.haml
ui_alchemy-rails-1.0.7 app/views/alchemy/layouts/base.html.haml
ui_alchemy-rails-1.0.6 app/views/alchemy/layouts/base.html.haml
ui_alchemy-rails-1.0.5 app/views/alchemy/layouts/base.html.haml
ui_alchemy-rails-1.0.4 app/views/alchemy/layouts/base.html.haml
alchemy-1.0.3 app/views/alchemy/layouts/base.html.haml
alchemy-1.0.2 app/views/alchemy/layouts/base.html.haml
alchemy-1.0.1 app/views/alchemy/layouts/_base.haml
alchemy-1.0.0 app/views/alchemy/layouts/_base.haml