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