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

<%=h @page.pretty_title %>

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

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