Sha256: 2eb6bee7cd4fa2d904e31fd28e414b996b88039f6aa1c9fc00ebb2aed60a7cb6

Contents?: true

Size: 687 Bytes

Versions: 26

Compression:

Stored size: 687 Bytes

Contents

!!! XML
!!!
%html{ xmlns: 'http://www.w3.org/1999/xhtml'  }
  %head
    = render 'locomotive/shared/head'
  %body{ class: sections }
    #wrapper
      .container
        #header
          = render 'locomotive/shared/header'
          = render_cell 'locomotive/main_menu', :show

          #submenu
            %ul
              = yield :submenu

            - if content_for? :actions
              .actions
                = yield :actions

        #content
          .inner
            %h2!= title

            #local-actions-bar
               
              = yield :buttons

            = yield

        #footer
          = render 'locomotive/shared/footer'

    = yield :foot

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
locomotive_cms-2.5.7 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.5.6 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.5.6.rc2 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.5.6.rc1 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.5.5 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.5.4 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.5.3 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.5.2 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.5.1 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.5.0 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.5.0.rc3 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.5.0.rc2 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.5.0.rc1 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.4.1 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.4.0 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.3.1 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.3.0 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.2.3 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.2.2 app/views/locomotive/layouts/application.html.haml
locomotive_cms-2.2.1 app/views/locomotive/layouts/application.html.haml