Merge pull request #3395 from artoscinote/ma_SCI_5833

Fixed generating status update when regenerating pdf [SCI-5833]
This commit is contained in:
artoscinote 2021-06-17 12:22:06 +02:00 committed by GitHub
commit 5cadc388f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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