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

8 lines
174 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="ajax-block-container">
<div class="tabs">
{{ pill(counts, request.args.get('status', '')) }}
</div>
2016-04-27 09:28:42 +01:00
</div>