diff options
Diffstat (limited to 'app/views/enumerations/edit.html.erb')
-rw-r--r-- | app/views/enumerations/edit.html.erb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/enumerations/edit.html.erb b/app/views/enumerations/edit.html.erb index 1bac4f405..f5caec1e8 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 %> |