mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
* Fixed Beastforms getting stuck * Made the wildcard image select dialog scrollable * Beastform button shifts to cancelBeastform
7 lines
No EOL
266 B
Handlebars
7 lines
No EOL
266 B
Handlebars
<div>
|
|
<div class="images-container">
|
|
{{#each images as |image|}}
|
|
<a data-action="selectImage"><img {{#if (eq image @root.selectedImage)}}class="selected"{{/if}} src="{{image}}" data-image="{{image}}" /></a>
|
|
{{/each}}
|
|
</div>
|
|
</div> |