Sha256: be07ced125880fb10b8b2b59581953d3ea8b06273f4f19d34c7c7275c393444d

Contents?: true

Size: 442 Bytes

Versions: 3

Compression:

Stored size: 442 Bytes

Contents

%dl.styleguide
  %a(id="#{page[:name]}")
  %dt.page-title
    = page[:name].titleize
  - notes = page[:notes]
  - if notes
    %dd.notes
      .row
        .small-12.columns
          .wrapper
            %h3.notes-title # Notes
            = render_haml_string(notes)

  %dd.preview
    = render_haml_string(page[:contents])

  %dd.location-title
    .location= page[:filepath]
    %pre
      %code(class="#{page[:lang]}")= page[:contents]

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
woo-0.1.11 app/views/woo/shared/_single_page.html.haml
woo-0.1.10 app/views/woo/shared/_single_page.html.haml
woo-0.1.9 app/views/woo/shared/_single_page.html.haml