Add missing class, so docx report status updates [SCI-5788]

This commit is contained in:
Martin Artnik 2021-06-14 12:27:25 +02:00
parent dc72bfc527
commit 1924100b4f

View file

@ -71,7 +71,7 @@
${I18n.t('projects.reports.index.previous_docx')})
</a>`;
}
return `<span class="processing-error">
return `<span class="processing-error docx">
<i class="fas fa-exclamation-triangle"></i>
${I18n.t('projects.reports.index.error')}${oldLink}
</span>`;