Sha256: 4d20abbc5826c33607c9457593f9cf7a244bd8058102cc9c1c4577f15d4ca0c9

Contents?: true

Size: 566 Bytes

Versions: 7

Compression:

Stored size: 566 Bytes

Contents

!!!
%html
  %head
    %title #{@page_title} - #{t('.title')}
    = stylesheet_link_tag 'documentation/application'
    = javascript_include_tag 'documentation/application'
    = csrf_meta_tags
    = render 'layouts/documentation/head'
    = yield :head
  %body
    = render 'layouts/documentation/header'
    
    %nav.pages
      .inner
        = render 'layouts/documentation/search'
        = documentation_navigation_tree_for(@page)
    %section.content
      .inner  
        = flash_messages
        = yield
        = render 'layouts/documentation/footer'
    

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
documentation-1.0.9 app/views/layouts/documentation/application.html.haml
documentation-1.0.8 app/views/layouts/documentation/application.html.haml
documentation-1.0.7 app/views/layouts/documentation/application.html.haml
documentation-1.0.6 app/views/layouts/documentation/application.html.haml
local_documentation-1.0.0 app/views/layouts/documentation/application.html.haml
documentation-1.0.5 app/views/layouts/documentation/application.html.haml
documentation-1.0.4 app/views/layouts/documentation/application.html.haml