forked from bofh/fetsite
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
<h2><%= @document.name %></h2>
|
|
<%= raw(@document.text) %>
|
|
<%= semantic_form_for @document, :html=>{:class=>""} do |f| %>
|
|
<%= f.input :text, :as=>:tinymce_text %>
|
|
<%= f.action :submit, :as => :input_ %>
|
|
|
|
<% end %>
|
|
<%= tinymce %>
|