forked from bofh/fetsite
7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
<%= semantic_form_for @document, :html=>{:class=>""} do |f| %>
|
|
<%= f.input :text, :as=>:tinymce_text %>
|
|
<%= f.action :submit, :as => :input_ %>
|
|
<% end %>
|
|
<%= tinymce %>
|
|
|