diff options
Diffstat (limited to 'app/views/nodes/index.html.erb')
| -rw-r--r-- | app/views/nodes/index.html.erb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/nodes/index.html.erb b/app/views/nodes/index.html.erb new file mode 100644 index 00000000..6cbf76d0 --- /dev/null +++ b/app/views/nodes/index.html.erb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | <h1>Nodes</h1> | ||
| 2 | |||
| 3 | <ul> | ||
| 4 | <% @nodes.each do |node| %> | ||
| 5 | <li><%= link_to node.unique_name, node_path(node) %></li> | ||
| 6 | <% end %> | ||
| 7 | </ul> \ No newline at end of file | ||
