Fix the survey view
This commit is contained in:
parent
805cbb9606
commit
762c93498e
1 changed files with 21 additions and 20 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
.row
|
.container
|
||||||
|
.row
|
||||||
.col-md-12
|
.col-md-12
|
||||||
.page-header
|
.page-header
|
||||||
%h1
|
%h1
|
||||||
|
|
@ -11,7 +12,7 @@
|
||||||
to
|
to
|
||||||
= @survey.end_date
|
= @survey.end_date
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.col-md-12
|
||||||
= semantic_form_for @survey_submission, url: conference_survey_reply_path(@conference.short_title, @survey) do |f|
|
= semantic_form_for @survey_submission, url: conference_survey_reply_path(@conference.short_title, @survey) do |f|
|
||||||
- @survey.survey_questions.each.with_index(1) do |survey_question, index|
|
- @survey.survey_questions.each.with_index(1) do |survey_question, index|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue