mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-25 18:38:57 -04:00
The blue bar on the job page works out which is the current status from the query parameters, not the parameters that the API gets called with.
6 lines
145 B
HTML
6 lines
145 B
HTML
{% from "components/pill.html" import pill %}
|
|
|
|
<div class="bottom-gutter">
|
|
{{ pill('Status', counts, request.args.get('status', '')) }}
|
|
</div>
|