Skip to content

Instantly share code, notes, and snippets.

@mathie
Created April 22, 2016 05:42
Show Gist options
  • Save mathie/b13b640bcc40414955d9780f26b15f1c to your computer and use it in GitHub Desktop.
Save mathie/b13b640bcc40414955d9780f26b15f1c to your computer and use it in GitHub Desktop.
<li>
<%= link_to node.name, node %>
<% if node.children.present? %>
<ul>
<%= render node.children %>
</ul>
<% end %>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment