mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 19:53:19 +08:00
Merge pull request #3395 from artoscinote/ma_SCI_5833
Fixed generating status update when regenerating pdf [SCI-5833]
This commit is contained in:
commit
5cadc388f8
1 changed files with 1 additions and 1 deletions
|
@ -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>`;
|
||||
|
|
Loading…
Reference in a new issue