Sha256: 758227d40017c7c4fba30ee918d096437d2c5e8855c8374aba4e1584de482fd9

Contents?: true

Size: 218 Bytes

Versions: 49

Compression:

Stored size: 218 Bytes

Contents

%ul.dropdown-menu.subpages-dropdown
  - @page.children.order("position asc").each do |child|
    = render "child_menu", node: child
  %li.divider
  %li
    = link_to "New Page", new_wiki_page_path(parent_id: @page.id)

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
tawork-0.0.9 app/views/wiki/pages/_subpages_dropdown.html.haml
tawork-0.0.8 app/views/wiki/pages/_subpages_dropdown.html.haml
tawork-0.0.7 app/views/wiki/pages/_subpages_dropdown.html.haml
tawork-0.0.6 app/views/wiki/pages/_subpages_dropdown.html.haml
tawork-0.0.5 app/views/wiki/pages/_subpages_dropdown.html.haml
tawork-0.0.4 app/views/wiki/pages/_subpages_dropdown.html.haml
tawork-0.0.3 app/views/wiki/pages/_subpages_dropdown.html.haml
tawork-0.0.2 app/views/wiki/pages/_subpages_dropdown.html.haml
tawork-0.0.1 app/views/wiki/pages/_subpages_dropdown.html.haml