diff --git a/app/views/polls/show.html.erb b/app/views/polls/show.html.erb index 913b58d4c..e152f888c 100644 --- a/app/views/polls/show.html.erb +++ b/app/views/polls/show.html.erb @@ -106,12 +106,19 @@ <% end %> <% if answer.documents.present? %> +
+ + <%= t("polls.show.documents") %> +
+ <% answer.documents.each do |document| %> <%= link_to document.title, document.attachment.url, target: "_blank", - rel: "nofollow" %> + rel: "nofollow" %>