Sha256: ad022231352c740b54cd0bb52c961b021764e0b9f0941e8aaacafc1ecf0c6d9c

Contents?: true

Size: 441 Bytes

Versions: 1

Compression:

Stored size: 441 Bytes

Contents

%dl.styleguide
  %a(id="#{page[:name]}")
  %dt.page-title
    = page[:name].titleize
  - notes = page[:notes]
  - if notes
    %dd.notes
      .row
        .small-12.column
          .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

1 entries across 1 versions & 1 rubygems

Version Path
woo-0.1.12 app/views/woo/shared/_single_page.html.haml