diff options
| -rw-r--r-- | app/views/revisions/diff.html.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/revisions/diff.html.erb b/app/views/revisions/diff.html.erb index d8ba6d2..d02c2ad 100644 --- a/app/views/revisions/diff.html.erb +++ b/app/views/revisions/diff.html.erb | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | <% content_for :subnavigation do %> | 1 | <% content_for :subnavigation do %> |
| 2 | <%= link_to 'Diff', :action => :diff, :id => params[:id] %> | ||
| 3 | <%= link_to 'Edit', edit_node_path(@node) %> | 2 | <%= link_to 'Edit', edit_node_path(@node) %> |
| 4 | <%= link_to 'Revisions', revision_path(params[:id]) %> | 3 | <%= link_to 'Revisions', revision_path(params[:id]) %> |
| 5 | <% end %> | 4 | <% end %> |
