_node.html.haml revision b294e7abde7c68671d65fb95d5f03616fb2684ad
- if node
%li{id: node.id}
%a
= node.display_name.gsub(/_/, ' ')
%ul
= render partial: 'node', collection: node.children.to_a