diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-11-28 20:32:12 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-11-28 20:32:12 +0000 |
commit | 622b3ae61ca8483c988618b561d1158782c0a600 (patch) | |
tree | 73bbb5cb759cc23802f271e6f07b9e00d76e1c38 /app/views/enumerations | |
parent | 2dbbdafbc6c4d2b83565c16ea2c19a824ff3acbf (diff) | |
download | redmine-622b3ae61ca8483c988618b561d1158782c0a600.tar.gz redmine-622b3ae61ca8483c988618b561d1158782c0a600.zip |
Removed delete button on enumeration edit form.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7974 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/enumerations')
-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 %> |