Fix the survey view

This commit is contained in:
Henne Vogelsang 2016-07-01 10:58:44 +02:00
parent 805cbb9606
commit 762c93498e

View file

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