Fixed generating status update when regenerating pdf [SCI-5833]

This commit is contained in:
Martin Artnik 2021-06-17 09:51:25 +02:00
parent 12d8b84cfd
commit 4b23ca271c

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>`;