gnu-social/plugins/NoteTypeFeedFilter/templates/NoteTypeFeedFilter/tabs.html.twig

4 lines
126 B
Twig

{% for tab in tabs %}
<a {{ tab.active ? 'class="active"' : '' }} href="{{ tab.url }}">{{ tab['icon'] }}</a>
{% endfor %}