forked from bofh/fetsite
13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
<%= semantic_form_for @choice do |f| %>
|
|
<%= f.inputs do %>
|
|
<%= f.input :text %>
|
|
<%= f.input :question %>
|
|
<%= f.input :sort %>
|
|
<%= f.input :picture %>
|
|
<% end %>
|
|
|
|
<%= f.actions do %>
|
|
<%= f.action :submit, :as => :input %>
|
|
<% end %>
|
|
<% end %>
|