mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 04:10:57 -05:00
The activity page looks the same as the job page. So it should behave the same and not need manually refreshing to see the new stuff.
10 lines
166 B
HTML
10 lines
166 B
HTML
{% from "components/pill.html" import pill %}
|
|
|
|
<div class='bottom-gutter ajax-block-container'>
|
|
{{ pill(
|
|
'Status',
|
|
status_filters,
|
|
status
|
|
) }}
|
|
</div>
|