Skip to content
Snippets Groups Projects
Commit 38816c36 authored by Johannes Kreiner's avatar Johannes Kreiner
Browse files

[TASK] Adapt Tabs template

parent 112bf05a
No related branches found
Tags 9.2.2
1 merge request!16Bootstrap 5 Support
<ul class="nav nav-pills bg-gray-50 p-2 rounded" id="pills-tab-df-tabs" role="tablist">
<ul class="nav nav-pills bg-light p-2 rounded" id="pills-tab-df-tabs" role="tablist">
<f:for each="{tabElements}" as="data_item" iteration="iterator">
<li class="nav-item" role="presentation">
<button class="nav-link {f:if(condition: iterator.isFirst, then: 'active')}"
......@@ -19,4 +19,4 @@
{data_item.content -> f:format.raw()}
</div>
</f:for>
</div>
\ No newline at end of file
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment