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