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
|
|
@ -16,7 +16,7 @@
|
|||
This survey does not accept replies at this monent.
|
||||
.row
|
||||
.col-md-12
|
||||
= semantic_form_for @survey_submission, url: reply_conference_survey_path(@conference.short_title, @survey) do |f|
|
||||
= form_for(@survey_submission, url: reply_conference_survey_path(@conference.short_title, @survey)) do |f|
|
||||
- @survey.survey_questions.each.with_index(1) do |survey_question, question_index|
|
||||
.row
|
||||
.col-md-10.col-md-offset-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue