Files
fetsite/app/views/survey/choices/_form.html.erb
2015-07-30 00:03:02 +02:00

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 %>