summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-12-06 17:04:33 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-12-06 17:04:33 +0000
commitaab6e68865551bc318b875bab5c42ff14cff1b16 (patch)
treec234693c942cd9141726133e2838e00d58b65bfe
parentf2113e735d8d4cf8a7707ccc45d0c2570483465c (diff)
downloadredmine-aab6e68865551bc318b875bab5c42ff14cff1b16.tar.gz
redmine-aab6e68865551bc318b875bab5c42ff14cff1b16.zip
Remove edit link on wiki page diff (#4346).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3128 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/views/wiki/diff.rhtml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/wiki/diff.rhtml b/app/views/wiki/diff.rhtml
index 512d41082..9095be560 100644
--- a/app/views/wiki/diff.rhtml
+++ b/app/views/wiki/diff.rhtml
@@ -1,5 +1,4 @@
<div class="contextual">
-<%= link_to(l(:button_edit), {:action => 'edit', :page => @page.title}, :class => 'icon icon-edit') %>
<%= link_to(l(:label_history), {:action => 'history', :page => @page.title}, :class => 'icon icon-history') %>
</div>