meeting views
This commit is contained in:
8
app/views/documents/show.html.erb
Normal file
8
app/views/documents/show.html.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
<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 %>
|
||||
Reference in New Issue
Block a user