|
|
|
@ -16,6 +16,9 @@
|
|
|
|
|
<%= text_area_tag 'content[text]', @text, :cols => 100, :rows => 25,
|
|
|
|
|
:class => 'wiki-edit', :accesskey => accesskey(:edit) %>
|
|
|
|
|
|
|
|
|
|
<!--p style="max-width:680px"><input id="editor02" required="true" /><%#= f.text_area :comments, :required => true, :id => 'editor02' %></p>
|
|
|
|
|
<script type="text/javascript">var ckeditor=CKEDITOR.replace('editor02');</script-->
|
|
|
|
|
|
|
|
|
|
<% if @page.safe_attribute_names.include?('parent_id') && @wiki.pages.any? %>
|
|
|
|
|
<%= fields_for @page do |fp| %>
|
|
|
|
|
<p>
|
|
|
|
|