opf/openproject

View on GitHub
app/views/admin/attachments/quarantined_attachments/index.html.erb

Summary

Maintainability
Test Coverage
<% html_title t('antivirus_scan.quarantined_attachments.title') %>

<%= render ::Admin::QuarantinedAttachments::IndexPageHeaderComponent.new %>

<%= render ::Admin::QuarantinedAttachments::TableComponent.new(rows: @attachments) %>