diff options
| author | hukl <contact@smyck.org> | 2009-04-18 14:21:52 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-18 14:21:52 +0200 |
| commit | 8e469865526f2cd9b51f291c0eda34ee293cb76e (patch) | |
| tree | 19a8b9baac2e9e0fa89eb8dd341e64b17155e1f7 | |
| parent | e68c9236434b97f96dd4f0f57761b22bf790bfea (diff) | |
thats kind of obsolete
| -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 %> |
