summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-04-13 22:39:14 +0200
committerhukl <contact@smyck.org>2009-04-13 22:39:14 +0200
commit7176edae9b93eb00e7982ec2d9a69f5b28633907 (patch)
tree295f6fc1316280398620467eb5a76139a31d4913 /app/views
parentcb5667cf4a21d16583bb1856651f367a88fa74fd (diff)
little layout fix
Diffstat (limited to 'app/views')
-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