Sha256: dfe57593299148c5ec0a04983336547dd86e5622e2be718edf03c28b761d5778

Contents?: true

Size: 346 Bytes

Versions: 49

Compression:

Stored size: 346 Bytes

Contents

%li{class: "#{'dropdown-submenu' if node.children.any?}"}
  = link_to node.title, wiki_page_path(node)
  - if node.children.any?
    %ul.dropdown-menu
      - node.children.order(:position).each do |child|
        = render 'child_menu', node: child
      %li.divider
      %li
        = link_to "New Page", new_wiki_page_path(parent_id: node.id)

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
tawork-0.0.50 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.49 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.48 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.47 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.46 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.45 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.44 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.43 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.42 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.41 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.40 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.39 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.38 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.37 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.36 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.35 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.34 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.33 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.31 app/views/wiki/pages/_child_menu.html.haml
tawork-0.0.30 app/views/wiki/pages/_child_menu.html.haml