mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
11 lines
No EOL
408 B
Handlebars
Executable file
11 lines
No EOL
408 B
Handlebars
Executable file
<section class='tab-navigation'>
|
|
<line-div></line-div>
|
|
<nav class='feature-tab sheet-tabs tabs' data-group='primary'>
|
|
{{#each tabs as |tab|}}
|
|
<a class='{{tab.id}} {{tab.cssClass}}' data-action='tab' data-group='{{tab.group}}' data-tab='{{tab.id}}'>
|
|
{{localize tab.label}}
|
|
</a>
|
|
{{/each}}
|
|
</nav>
|
|
<line-div></line-div>
|
|
</section> |