summaryrefslogtreecommitdiff
path: root/app/views/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/nodes')
-rw-r--r--app/views/nodes/edit.html.erb2
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>