Files
frisoer-anwendung/app/admin/templates/config/form_display/tabs_top.twig
2021-06-12 09:42:49 +02:00

7 lines
168 B
Twig

<ul class="tabs responsivetable row">
{% for id, name in tabs %}
<li><a href="#{{ id }}">{{ name }}</a></li>
{% endfor %}
</ul>
<div class="tabs_contents col">