descripiton fixed in take survey
This commit is contained in:
parent
dca5016c25
commit
14d8305c8e
|
@ -38,7 +38,7 @@
|
||||||
<%= form_for :answer, :method => :put, :url => survey_path(@survey), :html => {:class => 'survey clear'} do |f| %>
|
<%= form_for :answer, :method => :put, :url => survey_path(@survey), :html => {:class => 'survey clear'} do |f| %>
|
||||||
<h3 class="o-question-topic"><%= @survey.title %></h3>
|
<h3 class="o-question-topic"><%= @survey.title %></h3>
|
||||||
<div class="o-question-description">
|
<div class="o-question-description">
|
||||||
<%= @survey.description %>
|
<%= @survey.description.html_safe %>
|
||||||
</div>
|
</div>
|
||||||
<ol class="o-question-list">
|
<ol class="o-question-list">
|
||||||
<% @questions.each_with_index do |question, i| %>
|
<% @questions.each_with_index do |question, i| %>
|
||||||
|
|
Loading…
Reference in New Issue