Merge pull request #541 from dod-ccpo/task-order-status

Rework Task Order status
This commit is contained in:
patricksmithdds
2019-01-15 14:56:53 -05:00
committed by GitHub
10 changed files with 165 additions and 61 deletions

View File

@@ -63,7 +63,7 @@
<div class="panel task-order-heading row">
<div class="panel__content task-order-heading__name row">
<h2>New Task Order</h2>
<span class="label label--{{ 'warning' if task_order.is_pending }}">{{ task_order.status.value }}</span>
<span class="label label--{{ task_order.status.value.lower() }}">{{ task_order.status.value }}</span>
</div>
<div class="task_order-heading__details row">
<div class="task-order-heading__value col">