Sha256: 00c2826dd7ea1dbdde6b356dbd1d5cd788248baf9ad0f82c65db875ad8f01999

Contents?: true

Size: 216 Bytes

Versions: 13

Compression:

Stored size: 216 Bytes

Contents

- end_page ||= nil
%ul{class: "#{page.has_children? ? 'nav-list-sub' : 'nav-list'}"}
  - page.children.order("position asc").each do |child|
    = render 'wiki/spaces/page_list_item', page: child, end_page: end_page

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
tawork-0.0.13 app/views/wiki/spaces/_space_list.html.haml
tawork-0.0.12 app/views/wiki/spaces/_space_list.html.haml
tawork-0.0.11 app/views/wiki/spaces/_space_list.html.haml
tawork-0.0.10 app/views/wiki/spaces/_space_list.html.haml
tawork-0.0.9 app/views/wiki/spaces/_space_list.html.haml
tawork-0.0.8 app/views/wiki/spaces/_space_list.html.haml
tawork-0.0.7 app/views/wiki/spaces/_space_list.html.haml
tawork-0.0.6 app/views/wiki/spaces/_space_list.html.haml
tawork-0.0.5 app/views/wiki/spaces/_space_list.html.haml
tawork-0.0.4 app/views/wiki/spaces/_space_list.html.haml
tawork-0.0.3 app/views/wiki/spaces/_space_list.html.haml
tawork-0.0.2 app/views/wiki/spaces/_space_list.html.haml
tawork-0.0.1 app/views/wiki/spaces/_space_list.html.haml