Sha256: c58807a62699beff53c86acf40b521b93b08ff74b835d022e1b330548a6d94d0
Contents?: true
Size: 631 Bytes
Versions: 34
Compression:
Stored size: 631 Bytes
Contents
<%= 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 %>
Version data entries
34 entries across 34 versions & 1 rubygems