Sha256: 7365880da901ce05e55fd35d510c3fb21e881f75aa0f848d8251a00ceee4fa88

Contents?: true

Size: 245 Bytes

Versions: 11

Compression:

Stored size: 245 Bytes

Contents

= content_for(:body) do
  #wrapper
    = render :partial => "alchemy/layouts/header_layout"
    %article#maincontent
      %section.maincontent
        = yield :content
  %footer
    = yield :footer

= render :template => "alchemy/layouts/base"

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
ui_alchemy-rails-1.0.12 app/views/alchemy/layouts/shell_layout.haml
ui_alchemy-rails-1.0.11 app/views/alchemy/layouts/shell_layout.haml
ui_alchemy-rails-1.0.10 app/views/alchemy/layouts/shell_layout.haml
ui_alchemy-rails-1.0.9 app/views/alchemy/layouts/shell_layout.haml
ui_alchemy-rails-1.0.8 app/views/alchemy/layouts/shell_layout.haml
ui_alchemy-rails-1.0.7 app/views/alchemy/layouts/shell_layout.haml
ui_alchemy-rails-1.0.6 app/views/alchemy/layouts/shell_layout.haml
ui_alchemy-rails-1.0.5 app/views/alchemy/layouts/shell_layout.haml
ui_alchemy-rails-1.0.4 app/views/alchemy/layouts/shell_layout.haml
alchemy-1.0.3 app/views/alchemy/layouts/shell_layout.haml
alchemy-1.0.2 app/views/alchemy/layouts/shell_layout.haml