Sha256: d999b104bd05ca340049cb619a9f22a8f885b2008ad30180deab720d6580aa30

Contents?: true

Size: 209 Bytes

Versions: 5

Compression:

Stored size: 209 Bytes

Contents

.contents
  %h3
    = t :help_pages
  %ul
    - @pages.each do |page|
      %li
        %strong
          = link_to_unless_current page.title, droom.help_page_url(page.slug)
        %br
        = page.summary

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
droom-0.4.3 app/views/droom/pages/_contents.html.haml
droom-0.4.2 app/views/droom/pages/_contents.html.haml
droom-0.4.1 app/views/droom/pages/_contents.html.haml
droom-0.2.1 app/views/droom/pages/_contents.html.haml
droom-0.0.1 app/views/droom/pages/_contents.html.haml