From 622b3ae61ca8483c988618b561d1158782c0a600 2011-11-28 20:32:12 From: Jean-Philippe Lang Date: 2011-11-28 20:32:12 Subject: [PATCH] Removed delete button on enumeration edit form. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7974 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/enumerations/edit.html.erb b/app/views/enumerations/edit.html.erb index 1bac4f4..f5caec1 100644 --- a/app/views/enumerations/edit.html.erb +++ b/app/views/enumerations/edit.html.erb @@ -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 %>