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 %>