Removed delete button on enumeration edit form.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7974 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-11-28 20:32:12 +00:00
parent 2dbbdafbc6
commit 622b3ae61c
1 changed files with 0 additions and 4 deletions

View File

@ -4,7 +4,3 @@
<%= render :partial => 'form' %>
<%= submit_tag l(:button_save) %>
<% end %>
<% form_tag({:action => 'destroy', :id => @enumeration}) do %>
<%= submit_tag l(:button_delete) %>
<% end %>