Chris@1295: <%= wiki_page_breadcrumb(@page) %> Chris@1295: Chris@1295:

<%=h @page.pretty_title %>

Chris@1295: Chris@1295: <%= form_tag({}, :method => :delete) do %> 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:

Chris@1295:
Chris@1295: Chris@1295: <%= submit_tag l(:button_apply) %> Chris@1295: <%= link_to l(:button_cancel), :controller => 'wiki', :action => 'show', :project_id => @project, :id => @page.title %> Chris@1295: <% end %>