Sha256: 800c5b7f86e23e367df5cab2c09ee42b5ab2da7a82855d393c7d672db7456b54

Contents?: true

Size: 457 Bytes

Versions: 4

Compression:

Stored size: 457 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
documentation-1.0.3 app/views/layouts/documentation/application.html.haml
documentation-1.0.2 app/views/layouts/documentation/application.html.haml
documentation-1.0.1 app/views/layouts/documentation/application.html.haml
documentation-1.0.0 app/views/layouts/documentation/application.html.haml