Files
notifications-admin/app/templates/partials/jobs/count.html

6 lines
166 B
HTML
Raw Normal View History

{% from "components/pill.html" import pill %}
<div class="bottom-gutter ajax-block-container">
{{ pill('Status', counts, request.args.get('status', '')) }}
</div>