annotate .svn/pristine/b4/b40d32ac3abc929736d90872f228037593cb276b.svn-base @ 1524:82fac3dcf466
redmine-2.5-integration
Fix failure to interpret Javascript when autocompleting members for project
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Thu, 11 Sep 2014 10:24:38 +0100 |
parents |
261b3d9a4903 |
children |
|
rev |
line source |
Chris@1464
|
1 <%= title [l(@enumeration.option_name), enumerations_path], @enumeration.name %>
|
Chris@1464
|
2
|
Chris@1464
|
3 <%= form_tag({}, :method => :delete) do %>
|
Chris@1464
|
4 <div class="box">
|
Chris@1464
|
5 <p><strong><%= l(:text_enumeration_destroy_question, @enumeration.objects_count) %></strong></p>
|
Chris@1464
|
6 <p><label for='reassign_to_id'><%= l(:text_enumeration_category_reassign_to) %></label>
|
Chris@1464
|
7 <%= select_tag 'reassign_to_id', (content_tag('option', "--- #{l(:actionview_instancetag_blank_option)} ---", :value => '') + options_from_collection_for_select(@enumerations, 'id', 'name')) %></p>
|
Chris@1464
|
8 </div>
|
Chris@1464
|
9
|
Chris@1464
|
10 <%= submit_tag l(:button_apply) %>
|
Chris@1464
|
11 <%= link_to l(:button_cancel), enumerations_path %>
|
Chris@1464
|
12 <% end %>
|