forked from bofh/fetsite
15 lines
386 B
Plaintext
Executable File
15 lines
386 B
Plaintext
Executable File
<%= tinymce_assets %>
|
|
<%= semantic_form_for @neuigkeit do |f| %>
|
|
<%= f.inputs do %>
|
|
<%= f.input :title, :placeholder=>"Titel" %>
|
|
<%= f.input :text, :as=>:tinymce_text %>
|
|
<%= f.input :datum %>
|
|
<%= f.input :rubrik, :as=>:radio, :collection=>Rubrik.all %>
|
|
<% end %>
|
|
|
|
<%= f.actions do %>
|
|
<%= f.action :submit, :as => :input %>
|
|
<% end %>
|
|
<% end %>
|
|
<%= tinymce %>
|