diff options
| author | hukl <hukl@eight.local> | 2009-02-08 14:06:03 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-02-08 14:06:03 +0100 |
| commit | 56e1df622f8cb6fb558b83fc4d2836ad0aece7d7 (patch) | |
| tree | 7cef4583f4b025847f4e0ce506fff8fc082ef30c /app/views/pages/index.html.erb | |
| parent | 1a6516c7c8103fb63e7e11134e0fd8ff9f26d6fe (diff) | |
added nodes controller and made it a resource.
since the node is the proxy for the pages behind
it, it makes sense to operate on nodes rather than
on the pages themselves.
Diffstat (limited to 'app/views/pages/index.html.erb')
| -rw-r--r-- | app/views/pages/index.html.erb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/pages/index.html.erb b/app/views/pages/index.html.erb index f5918f0..16539da 100644 --- a/app/views/pages/index.html.erb +++ b/app/views/pages/index.html.erb | |||
| @@ -4,9 +4,6 @@ | |||
| 4 | <tr> | 4 | <tr> |
| 5 | <th>Node</th> | 5 | <th>Node</th> |
| 6 | <th>Title</th> | 6 | <th>Title</th> |
| 7 | <th>Abstract</th> | ||
| 8 | <th>Body</th> | ||
| 9 | <th>Revision</th> | ||
| 10 | </tr> | 7 | </tr> |
| 11 | 8 | ||
| 12 | <% for page in @pages %> | 9 | <% for page in @pages %> |
