diff options
| author | hukl <contact@smyck.org> | 2009-03-15 19:45:46 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-15 19:45:46 +0100 |
| commit | b7f67dc8527c6b404fa9682f07c7a1068bb83c7f (patch) | |
| tree | 050332df44494c14bd4105dc21db1a3efddd3b97 /app/views/nodes | |
| parent | 101734cfbd0e1220ceee1065468dbee3d9bd7e68 (diff) | |
interface interlinks
Diffstat (limited to 'app/views/nodes')
| -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> |
