mirror of
https://github.com/documize/community.git
synced 2025-07-23 23:29:42 +02:00
6 lines
181 B
Handlebars
6 lines
181 B
Handlebars
|
<ul class="widget-tab">
|
||
|
{{#each tabs as |tab|}}
|
||
|
<li style={{myWidth}} class="tab {{if tab.selected 'selected'}}" {{action 'onTabSelect' tab}}>{{tab.label}}</li>
|
||
|
{{/each}}
|
||
|
</ul>
|