mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-10 19:17:09 +01:00
* Fixed so that domaincard tooltips properly use the all domains including homebrew * . * Adjust spacing of compendium browser tags (#1720) * Remove some vestigial inCompendiums --------- Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com> Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
19 lines
No EOL
814 B
Handlebars
19 lines
No EOL
814 B
Handlebars
{{#each items}}
|
|
<div class="item-container" data-item-uuid="{{uuid}}" draggable="true">
|
|
<div class="item-header">
|
|
<div class="item-info" data-action="expandContent">
|
|
<img src="{{img}}" data-item-key="img" class="item-list-img">
|
|
<span data-item-key="name" class="item-list-name">{{name}}</span>
|
|
{{#each ../menu.data.columns}}
|
|
<span data-item-key="{{key}}">{{#with (@root.formatLabel ../this this) as | label |}}{{{label}}}{{/with}}</span>
|
|
{{/each}}
|
|
</div>
|
|
</div>
|
|
<div class="item-desc extensible">
|
|
<span class="wrapper">
|
|
{{{system.enrichedTags}}}
|
|
{{{system.enrichedDescription}}}
|
|
</span>
|
|
</div>
|
|
</div>
|
|
{{/each}} |