summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/nodes/index.html.erb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/nodes/index.html.erb b/app/views/nodes/index.html.erb
index b29b65d..5ffb0e5 100644
--- a/app/views/nodes/index.html.erb
+++ b/app/views/nodes/index.html.erb
@@ -4,7 +4,6 @@
4<h1>Nodes</h1> 4<h1>Nodes</h1>
5 5
6<%= will_paginate @nodes %> 6<%= will_paginate @nodes %>
7<p>
8 <table id="node_table"> 7 <table id="node_table">
9 <tr class="header"> 8 <tr class="header">
10 <th class="node_id">ID</th> 9 <th class="node_id">ID</th>
@@ -35,6 +34,5 @@
35 </tr> 34 </tr>
36 <% end %> 35 <% end %>
37 </table> 36 </table>
38</p>
39<%= will_paginate @nodes %> 37<%= will_paginate @nodes %>
40 38