diff options
Diffstat (limited to 'app/views/nodes')
| -rw-r--r-- | app/views/nodes/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/index.html.erb b/app/views/nodes/index.html.erb index 46c58f6..bf01645 100644 --- a/app/views/nodes/index.html.erb +++ b/app/views/nodes/index.html.erb | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <h1>Nodes</h1> | 4 | <h1>Nodes</h1> |
| 5 | 5 | ||
| 6 | <%= will_paginate @nodes %> | 6 | <%= will_paginate @nodes %> |
| 7 | <table id="node_table"> | 7 | <table class="node_table"> |
| 8 | <tr class="header"> | 8 | <tr class="header"> |
| 9 | <th class="node_id">ID</th> | 9 | <th class="node_id">ID</th> |
| 10 | <th class="title">Title</th> | 10 | <th class="title">Title</th> |
