Files
fetsite/app/views/documents/show.html.erb
Andreas Stephanides ab396c002e meeting views
2014-12-08 22:58:21 +01:00

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 %>