]> source.dussan.org Git - redmine.git/commitdiff
Removed delete button on enumeration edit form.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 28 Nov 2011 20:32:12 +0000 (20:32 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 28 Nov 2011 20:32:12 +0000 (20:32 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7974 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/enumerations/edit.html.erb

index 1bac4f405e9ef1ddbd27fafea39bf0498dbd8ed0..f5caec1e88bb03efc6b69099c4b206e7d64f7afa 100644 (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 %>