descripiton fixed in take survey

This commit is contained in:
Harry Bomrah 2017-03-06 15:18:54 +08:00
parent dca5016c25
commit 14d8305c8e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<%= form_for :answer, :method => :put, :url => survey_path(@survey), :html => {:class => 'survey clear'} do |f| %>
<h3 class="o-question-topic"><%= @survey.title %></h3>
<div class="o-question-description">
<%= @survey.description %>
<%= @survey.description.html_safe %>
</div>
<ol class="o-question-list">
<% @questions.each_with_index do |question, i| %>