diff --git a/app/views/admin/poll/questions/answers/documents.html.erb b/app/views/admin/poll/questions/answers/documents.html.erb index 4c859a78d..d9036b163 100644 --- a/app/views/admin/poll/questions/answers/documents.html.erb +++ b/app/views/admin/poll/questions/answers/documents.html.erb @@ -2,7 +2,11 @@
<%= link_to @question.poll.name, admin_poll_path(@question.poll) %> > <%= link_to @question.title, admin_question_path(@question) %> > <%= @answer.title %>
+| <%= t("admin.questions.show.answers.document_title") %> | -<%= t("admin.questions.show.answers.document_actions") %> | +<%= t("admin.questions.show.answers.document_actions") %> | |
|---|---|---|---|
| + | <%= link_to document.title, document.attachment.url %> | -+ | <%= link_to t('documents.buttons.download_document'), document.attachment.url, target: "_blank", |