Files
fetsite/app/views/fragen/_rform.html.erb
2014-07-03 21:31:27 +05:30

14 lines
326 B
Plaintext

<%= tinymce_assets %>
<%= semantic_form_for @frage , :remote=>true do |f| %>
<%= f.inputs do %>
<%= f.input :title %>
<%= f.input :thema %>
<%= f.input :text, :as=>:tinymce_text%>
<% end %>
<%= f.actions do %>
<%= f.action :submit, :as => :input %>
<% end %>
<% end %>
<%= tinymce :menubar=>false %>