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

6 lines
121 B
HTML
Raw Normal View History

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