consul/consul

View on GitHub
app/components/admin/poll/questions/answers/documents/table_actions_component.html.erb

Summary

Maintainability
Test Coverage
<%= render Admin::AllowedTableActionsComponent.new(document,
                                                   destroy_path: document_path(document)) do |actions| %>
  <%= actions.action(:download,
                     text: t("documents.buttons.download_document"),
                     path: document.attachment,
                     rel: "nofollow") %>
<% end %>