diff options
| author | hukl <contact@smyck.org> | 2009-10-18 17:57:18 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-10-18 17:57:18 +0200 |
| commit | f7d4d68953f913fa025d140674c6db56ed612c00 (patch) | |
| tree | caa5682d25cfe79e1e99572b75058ce6e72bc733 /app/views/nodes | |
| parent | 443947a319692e0462024c99f06e4d18ab5f0344 (diff) | |
re-activated admin overview screen - listing 20 recent changes and 20 current drafts. more to come
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> |
