diff options
| author | erdgeist <erdgeist@bauklotz.local> | 2009-03-18 11:36:10 +0100 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.local> | 2009-03-18 11:36:10 +0100 |
| commit | d957a33a0d50f00c1968c5d12e728bd73ea186b3 (patch) | |
| tree | 8d7ecce1fc6c82abea10b8b8be868a92746cbd89 /app/views/nodes/show.html.erb | |
| parent | ce55ed022fd373af58f7bd25cdd3f092f5698c54 (diff) | |
| parent | ca08b36ca6bd874abbb7207495860eeeb53884e0 (diff) | |
Merge branch 'master' of ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms
Diffstat (limited to 'app/views/nodes/show.html.erb')
| -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 67dd7fc5..bbbefe9e 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 | ||
