Files
fetsite/app/views/fragen/_form.html.erb
Andreas Stephanides d72f78488d document/meeting updates
2015-01-03 10:06:58 +01:00

15 lines
404 B
Plaintext

<%= tinymce_assets %>
<%= semantic_form_for @frage do |f| %>
<%= f.inputs do %>
<%= f.input :title , :as=>:text %>
<%= f.input :thema %>
<%= f.input :text, :as=>:tinymce_text%>
<% end %>
<%= f.actions do %>
<%= f.action :submit, :as => :input %>
<% end %>
<% end %>
<%= tinymce :theme => "simple", :language => "de", :plugins => ["wordcount", "paste"] %>
<% tinymce :compact %>