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

Version Path
redmine_extensions-0.0.39 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.0.38 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.0.37 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.1.11 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.1.10 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.0.36 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.0.34 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.1.09 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.1.07 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.1.06 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.1.05 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.1.04 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.1.03 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.0.33 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.1.02 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.1.01 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.0.29 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.0.28 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.0.27 spec/redmine/app/views/enumerations/destroy.html.erb
redmine_extensions-0.0.24 spec/redmine/app/views/enumerations/destroy.html.erb