Sha256: 6aaf5d3872789f1e4d7a0eec3a6c793ebc0c595d2e934a7ae3bfdd45a78b5ba4

Contents?: true

Size: 366 Bytes

Versions: 22

Compression:

Stored size: 366 Bytes

Contents

= render layout: "layout_navigation" do
  %h1= @title

  - if @examples.any?
    .section.examples
      %h2 Examples
      %ul
        - @examples.each do |example|
          %li= link_to example.url, console_resources_path(:location => example.url, :method => "GET")

  .section.toc
    %h2 Contents
    = @document.toc

  .section.document
    = @document.render

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
the_garage-2.0.1 app/views/garage/docs/resources/show.html.haml
the_garage-2.0.0 app/views/garage/docs/resources/show.html.haml