forked from bofh/fetsite
AutoCommit Don Jul 30 02:03:02 CEST 2015
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<div style="background:red"><b><%= question.title%></b>
|
||||
<%= semantic_form_for question, url: answer_survey_question_path do |f| %>
|
||||
<%= f.input :selected, as: :check_boxes, collection: question.choices %>
|
||||
<%= f.actions do %>
|
||||
<%= f.input :selected, as: :check_boxes, collection: question.choices, label: false %>
|
||||
|
||||
<%= f.action :submit, :as => :input %>
|
||||
<% end %>
|
||||
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user