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

8 lines
174 B
HTML
Raw Permalink Normal View History

{% from "components/pill.html" import pill %}
<div class="ajax-block-container">
<div class="tabs">
{{ pill(counts, request.args.get('status', '')) }}
</div>
</div>