Files
fetsite/app/views/themengruppen/_form.html.erb
2013-08-05 18:31:04 +02:00

11 lines
218 B
Plaintext

<%= semantic_form_for @themengruppe do |f| %>
<%= f.inputs do %>
<%= f.input :title %>
<%= f.input :text %>
<% end %>
<%= f.actions do %>
<%= f.action :submit, :as => :input %>
<% end %>
<% end %>