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| %>
- - <%= t("polls.show.documents") %> -
++ + <%= t("polls.show.documents") %> +
- <% answer.documents.each do |document| %> - <%= link_to document.title, - document.attachment.url, - target: "_blank", - rel: "nofollow" %>