diff --git a/src/main/resources/public/js/papers.js b/src/main/resources/public/js/papers.js index e6d1c5d..e8cc7ed 100644 --- a/src/main/resources/public/js/papers.js +++ b/src/main/resources/public/js/papers.js @@ -67,10 +67,12 @@ function getPaperStatusClass(status) { return "text-draft" case 'ON_PREPARATION': return "text-primary"; + case 'ON_REVIEW': + return "text-primary"; case 'COMPLETED': return "text-success"; case 'ATTENTION': - return "text-warning"; + return "text-warning"; case 'FAILED': return "text-failed"; default: