OSDN Git Service

Remove edit link on wiki page diff (#4346).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 6 Dec 2009 17:04:33 +0000 (17:04 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 6 Dec 2009 17:04:33 +0000 (17:04 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3128 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/wiki/diff.rhtml

index 512d410..9095be5 100644 (file)
@@ -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>