Files
notifications-admin/app/templates/views/activity/counts.html

9 lines
152 B
HTML
Raw Normal View History

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