mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 23:08:25 -04:00
Merge pull request #847 from alphagov/make-total-default-on-job
Make ‘total’ the default status on a job
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{% from "components/pill.html" import pill %}
|
{% from "components/pill.html" import pill %}
|
||||||
|
|
||||||
<div class="bottom-gutter">
|
<div class="bottom-gutter">
|
||||||
{{ pill('Status', counts, status) }}
|
{{ pill('Status', counts, request.args.get('status', '')) }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user