Files
fetsite/app/views/documents/_form.html.erb
Andreas Stephanides 0cca373f33 document views
2015-01-03 10:08:00 +01:00

8 lines
174 B
Plaintext

<%= semantic_form_for @document, :html=>{:class=>""} do |f| %>
<%= f.input :text, :as=>:tinymce_text %>
<%= f.action :submit, :as => :input_ %>
<% end %>
<%= tinymce %>