summaryrefslogtreecommitdiff
path: root/app/views/nodes/index.html.erb
blob: 6cbf76d0d88249994a81dabc454f13602fc05f1f (plain)
1
2
3
4
5
6
7
<h1>Nodes</h1>

<ul>
  <% @nodes.each do |node| %>
  <li><%= link_to node.unique_name, node_path(node) %></li>
  <% end %>
</ul>