diff --git a/app/views/polls/show.html.erb b/app/views/polls/show.html.erb index 126617684..399d28651 100644 --- a/app/views/polls/show.html.erb +++ b/app/views/polls/show.html.erb @@ -80,12 +80,9 @@ <% @poll.questions.map(&:question_answers).flatten.each do |answer| %>
-

<%= answer.title %>

<% if answer.description.present? %> -
- <%= safe_html_with_links simple_format(answer.description) %> -
+

<%= answer.title %>

<% end %> <% if answer.images.any? %> @@ -112,19 +109,19 @@ <% end %> <% if answer.documents.present? %> - <% end %>
<% end %>