sul-dlss/argo

View on GitHub
app/views/bulk_actions/_export_tags_job.html.erb

Summary

Maintainability
Test Coverage
<% if bulk_action.has_report?(Settings.export_tags_job.csv_filename) %>
  <%= link_to('Download Exported Tags (CSV)', file_bulk_action_path(bulk_action.id, filename: Settings.export_tags_job.csv_filename, mime_type: 'text/csv'), download: true) %>
<% end %>