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/edit.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/edit.html.erb')
| -rw-r--r-- | app/views/nodes/edit.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb index 2dade0f..577a075 100644 --- a/app/views/nodes/edit.html.erb +++ b/app/views/nodes/edit.html.erb | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | <%= link_to 'Show', @node %> | 2 | <%= link_to 'Show', @node %> |
| 3 | <%= link_to 'Back', nodes_path %> | 3 | <%= link_to 'Back', nodes_path %> |
| 4 | <%= link_to 'Publish', publish_node_path, :method => :put %> | 4 | <%= link_to 'Publish', publish_node_path, :method => :put %> |
| 5 | <%= link_to 'Diff revisions', :controller => :revisions, :action => :diff, :id => params[:id] %> | ||
| 6 | |||
| 5 | </div> | 7 | </div> |
| 6 | 8 | ||
| 7 | <h1>Editing page</h1> | 9 | <h1>Editing page</h1> |
