From 14d8305c8e42514aa51e56c908fa9b1d0b91987f Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Mon, 6 Mar 2017 15:18:54 +0800 Subject: [PATCH] descripiton fixed in take survey --- app/views/surveys/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/surveys/show.html.erb b/app/views/surveys/show.html.erb index 55a2da1..1c7091f 100644 --- a/app/views/surveys/show.html.erb +++ b/app/views/surveys/show.html.erb @@ -38,7 +38,7 @@ <%= form_for :answer, :method => :put, :url => survey_path(@survey), :html => {:class => 'survey clear'} do |f| %>

<%= @survey.title %>

- <%= @survey.description %> + <%= @survey.description.html_safe %>
    <% @questions.each_with_index do |question, i| %>