Retire semantic_form_for
Also a buttload of form cleanups...
This commit is contained in:
parent
350b1ebbbe
commit
81853d1ef9
136 changed files with 1825 additions and 1441 deletions
|
|
@ -11,7 +11,6 @@
|
|||
%label
|
||||
%input{ type: 'radio', name: "survey_submission[#{survey_question.id}][]", value: 'No', checked: survey_reply.text == 'No' }
|
||||
No
|
||||
|
||||
- elsif survey_question.choice?
|
||||
%input{ type: 'hidden', name: "survey_submission[#{survey_question.id}][]" }
|
||||
- possible_answers = survey_question.possible_answers.split(',').map(&:strip)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue