summaryrefslogtreecommitdiff
path: root/app/views/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/nodes')
-rw-r--r--app/views/nodes/show.html.erb13
1 files changed, 4 insertions, 9 deletions
diff --git a/app/views/nodes/show.html.erb b/app/views/nodes/show.html.erb
index bbf11c03..dd37c280 100644
--- a/app/views/nodes/show.html.erb
+++ b/app/views/nodes/show.html.erb
@@ -1,10 +1,5 @@
1<h1>Nodes</h1> 1<h1>Node</h1>
2 2
3<table> 3<%= @node.unique_name %>
4 <% @nodes.each do |node| %> 4
5 <tr> 5<%= link_to 'Edit', edit_node_path %> \ No newline at end of file
6 <td><%= link_to node.unique_name, node_path(node) %></td>
7 <td><%= link_to 'Edit', edit_node_path(node) %></td>
8 </tr>
9 <% end %>
10</table> \ No newline at end of file