%= wiki_page_breadcrumb(@page) %>
<%= fp.select :parent_id, content_tag('option', '', :value => '') + wiki_page_options_for_select(@wiki.pages.all(:include => :parent) - @page.self_and_descendants, @page.parent) %>
<% end %> <% end %><%= f.text_field :comments, :size => 120 %>
<%= render :partial => 'attachments/form' %>
<%= submit_tag l(:button_save) %> <%= preview_link({:controller => 'wiki', :action => 'preview', :project_id => @project, :id => @page.title }, 'wiki_form') %>
<%= wikitoolbar_for 'content_text' %> <% end %> <% content_for :header_tags do %> <%= robot_exclusion_tag %> <% end %> <% html_title @page.pretty_title %>