Chris@1295: <%= wiki_page_breadcrumb(@page) %> Chris@1295: Chris@1295:
<%= l(:text_wiki_page_destroy_question, :descendants => @descendants_count) %>
Chris@1295:
Chris@1295:
Chris@1295: <% if @reassignable_to.any? %>
Chris@1295:
Chris@1295: :
Chris@1295: <%= label_tag "reassign_to_id", l(:description_wiki_subpages_reassign), :class => "hidden-for-sighted" %>
Chris@1295: <%= select_tag 'reassign_to_id', wiki_page_options_for_select(@reassignable_to),
Chris@1295: :onclick => "$('#todo_reassign').attr('checked', true);" %>
Chris@1295: <% end %>
Chris@1295: