diff options
| author | hukl <contact@smyck.org> | 2009-03-15 20:08:31 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-15 20:08:31 +0100 |
| commit | 2d06e3bd5b484ef06f871b589bfabf6307bca1db (patch) | |
| tree | 2cd930ae231f9e6d29975baf32a7254cd7c05e20 /app/views/nodes | |
| parent | b7f67dc8527c6b404fa9682f07c7a1068bb83c7f (diff) | |
More linkage for revisions
Diffstat (limited to 'app/views/nodes')
| -rw-r--r-- | app/views/nodes/show.html.erb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/views/nodes/show.html.erb b/app/views/nodes/show.html.erb index 67dd7fc..bbbefe9 100644 --- a/app/views/nodes/show.html.erb +++ b/app/views/nodes/show.html.erb | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | <h1>Node</h1> | 1 | <h1>Node</h1> |
| 2 | 2 | <p> | |
| 3 | There is no draft to preview. Click <%= link_to 'edit', edit_node_path %> to | 3 | There is no draft to preview. Click <%= link_to 'edit', edit_node_path %> to |
| 4 | create one or view the currently | 4 | create one or view the currently |
| 5 | <%= link_to_path 'published version', @node.unique_path %>. \ No newline at end of file | 5 | <%= link_to_path 'published version', @node.unique_path %>. |
| 6 | </p> | ||
| 7 | <p> | ||
| 8 | View the revisions of this node | ||
| 9 | </p> \ No newline at end of file | ||
