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

9 lines
152 B
HTML
Raw Normal View History

2016-09-27 15:07:40 +01:00
{% from "components/pill.html" import pill %}
<div class='bottom-gutter ajax-block-container'>
{{ pill(
status_filters,
status
) }}
</div>