Mercurial > hg > soundsoftware-site
annotate .svn/pristine/b4/b40d32ac3abc929736d90872f228037593cb276b.svn-base @ 1621:3a510bf6a9bc
Merge from live branch
author | Chris Cannam |
---|---|
date | Fri, 13 Jul 2018 10:44:33 +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 %> |