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

6 lines
166 B
HTML
Raw Normal View History

2016-06-08 16:34:26 +01:00
{% from "components/pill.html" import pill %}
2016-04-27 09:28:42 +01:00
<div class="bottom-gutter ajax-block-container">
{{ pill('Status', counts, request.args.get('status', '')) }}
2016-04-27 09:28:42 +01:00
</div>