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

8 lines
142 B
HTML
Raw Normal View History

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