mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
13 lines
No EOL
398 B
Handlebars
13 lines
No EOL
398 B
Handlebars
<form id="action-type-select">
|
|
<ul class="unlist list-select">
|
|
{{#each types}}
|
|
<li>
|
|
<label>
|
|
<dh-icon class="dh-icon fas {{icon}}"></dh-icon>
|
|
<span>{{localize name}}</span>
|
|
<input type="radio" name="type" value="{{id}}" {{#if (eq @index 0)}}checked{{/if}}>
|
|
</label>
|
|
</li>
|
|
{{/each}}
|
|
</ul>
|
|
</form> |