|
|
|
@ -9,7 +9,8 @@
|
|
|
|
|
<!-- <p> < %= f.text_area :content, :required => true, :size => "75%", :resize => "none", id: 'editor01' %> </p> -->
|
|
|
|
|
<%= f.kindeditor :content, :cols => 80, :rows => 15, :value => @content %>
|
|
|
|
|
<!--<script type="text/javascript">var ckeditor=CKEDITOR.replace('editor01');</script> -->
|
|
|
|
|
<p>
|
|
|
|
|
<div class="cl" style="padding-top: 10px;"></div>
|
|
|
|
|
<p style="float: left;margin-top: 6px;">
|
|
|
|
|
<%= l(:label_attachment_plural) %>
|
|
|
|
|
<br />
|
|
|
|
|
<%= render :partial => 'attachments/form' %>
|
|
|
|
|