Skip to content

Commit

Permalink
pkp/pkp-lib#3386 Indicate declined submissions prominently in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Feb 24, 2020
1 parent 2f6f66e commit 5aa7603
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/workflow/workflow.tpl
Expand Up @@ -32,6 +32,13 @@
>
{translate key="publication.status.scheduled"}
</badge>
<badge
v-else-if="submission.status === getConstant('STATUS_DECLINED')"
class="pkpWorkflow__identificationStatus"
:is-warnable="true"
>
{translate key="common.declined"}
</badge>
<span class="pkpWorkflow__identificationId">{{ submission.id }}</span>
<span class="pkpWorkflow__identificationDivider">/</span>
<span class="pkpWorkflow__identificationAuthor">
Expand Down

0 comments on commit 5aa7603

Please sign in to comment.