mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +08:00
Add missing class, so docx report status updates [SCI-5788]
This commit is contained in:
parent
dc72bfc527
commit
1924100b4f
1 changed files with 1 additions and 1 deletions
|
@ -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>`;
|
||||
|
|
Loading…
Reference in a new issue