Added CKEditor to allow easy markup of text

This commit is contained in:
2013-01-27 00:20:11 -05:00
parent f80624946c
commit ee583db78e
5 changed files with 10 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
<div class="clear"></div>
<% unless @topic.id %>
<%= f.label :body %>
<span class="input indent smaller"><%= f.text_area :body, :style => "width:98%", :rows => 15 %></span>
<span class="input indent smaller"><%= f.cktext_area :body, :style => "width:98%", :rows => 15 %></span>
<div class="clear"></div>
</div>
<% end %>