diff options
Diffstat (limited to 'app/views/node/list.rhtml')
-rw-r--r-- | app/views/node/list.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/node/list.rhtml b/app/views/node/list.rhtml new file mode 100644 index 0000000..a6f4ed4 --- /dev/null +++ b/app/views/node/list.rhtml @@ -0,0 +1,2 @@ +<h1>Nodes</h1> +<%= render :partial => "plist", :object => @nodes %> |