diff options
| author | hukl <contact@smyck.org> | 2009-04-13 18:09:47 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-13 18:09:47 +0200 |
| commit | 5930601b80ee8603c7cec99408c3bde89ef2861e (patch) | |
| tree | e9e4af8430b36187b82d10f05693769bf48b3cd5 /app | |
| parent | 53343abf58efd264720391d44309142551a9e122 (diff) | |
slight modifications
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/nodes/edit.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb index 225e6ff..6a243a7 100644 --- a/app/views/nodes/edit.html.erb +++ b/app/views/nodes/edit.html.erb | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | <%= link_to 'metadata', '#', :id => 'button', :class => "unselected" %> | 2 | <%= link_to 'metadata', '#', :id => 'button', :class => "unselected" %> |
| 3 | <%= link_to 'Preview', @node %> | 3 | <%= link_to 'Preview', @node %> |
| 4 | <%= link_to 'Publish', publish_node_path, :method => :put, :confirm => "Publish this draft?" %> | 4 | <%= link_to 'Publish', publish_node_path, :method => :put, :confirm => "Publish this draft?" %> |
| 5 | <%= link_to 'Diff revisions', :controller => :revisions, :action => :diff, :id => params[:id] %> | 5 | <%= link_to 'Revisions', :controller => :revisions, :action => :diff, :id => params[:id] %> |
| 6 | <% end %> | 6 | <% end %> |
| 7 | 7 | ||
| 8 | <div id="page_editor"> | 8 | <div id="page_editor"> |
