diff options
Diffstat (limited to 'app/views/enumerations/destroy.html.erb')
-rw-r--r-- | app/views/enumerations/destroy.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/enumerations/destroy.html.erb b/app/views/enumerations/destroy.html.erb index 657df8322..b77fff66e 100644 --- a/app/views/enumerations/destroy.html.erb +++ b/app/views/enumerations/destroy.html.erb @@ -3,7 +3,7 @@ <% form_tag({}) do %> <div class="box"> <p><strong><%= l(:text_enumeration_destroy_question, @enumeration.objects_count) %></strong></p> -<p><%= l(:text_enumeration_category_reassign_to) %> +<p><label for='reassign_to_id'><%= l(:text_enumeration_category_reassign_to) %></label> <%= select_tag 'reassign_to_id', ("<option>--- #{l(:actionview_instancetag_blank_option)} ---</option>" + options_from_collection_for_select(@enumerations, 'id', 'name')) %></p> </div> |