<%= wiki_page_breadcrumb(@page) %>

Wiki

<%= form_for @content, :as => :content, :url => {:action => 'update', :id => @page.title}, :html => {:method => :put, :multipart => true, :id => 'wiki_form'} do |f| %> <%= f.hidden_field :version %> <% if @section %> <%= hidden_field_tag 'section', @section %> <%= hidden_field_tag 'section_hash', @section_hash %> <% end %> <%= error_messages_for 'content' %>

<%=text_area_tag 'content[text]', @text, :required => true, :id => 'editor02', :cols => 100, :rows => 25 %>

<%# if @page.safe_attribute_names.include?('parent_id') && @wiki.pages.any? %> <%#= fields_for @page do |fp| %> <%# end %> <%# end %> <%= l(:button_save) %>
<%= wikitoolbar_for 'content_text' %> <% end %>
<% content_for :header_tags do %> <%= robot_exclusion_tag %> <% end %> <% html_title @page.pretty_title %>