diff .svn/pristine/b4/b40d32ac3abc929736d90872f228037593cb276b.svn-base @ 1464:261b3d9a4903 redmine-2.4

Update to Redmine 2.4 branch rev 12663
author Chris Cannam
date Tue, 14 Jan 2014 14:37:42 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.svn/pristine/b4/b40d32ac3abc929736d90872f228037593cb276b.svn-base	Tue Jan 14 14:37:42 2014 +0000
@@ -0,0 +1,12 @@
+<%= title [l(@enumeration.option_name), enumerations_path], @enumeration.name %>
+
+<%= form_tag({}, :method => :delete) do %>
+<div class="box">
+<p><strong><%= l(:text_enumeration_destroy_question, @enumeration.objects_count) %></strong></p>
+<p><label for='reassign_to_id'><%= l(:text_enumeration_category_reassign_to) %></label>
+<%= select_tag 'reassign_to_id', (content_tag('option', "--- #{l(:actionview_instancetag_blank_option)} ---", :value => '') + options_from_collection_for_select(@enumerations, 'id', 'name')) %></p>
+</div>
+
+<%= submit_tag l(:button_apply) %>
+<%= link_to l(:button_cancel), enumerations_path %>
+<% end %>