mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 13:41:07 +01:00
.
This commit is contained in:
parent
cb65266c43
commit
451f99bf05
5 changed files with 27 additions and 32 deletions
|
|
@ -14,6 +14,7 @@
|
|||
data-action="editDoc"
|
||||
data-item-uuid="{{document.system.primaryFeature.uuid}}"
|
||||
data-type="primary"
|
||||
id="{{document.system.primaryFeature._id}}"
|
||||
>
|
||||
<img class="image" src="{{document.system.primaryFeature.img}}" />
|
||||
<span>{{document.system.primaryFeature.name}}</span>
|
||||
|
|
@ -36,6 +37,7 @@
|
|||
data-action="editDoc"
|
||||
data-item-uuid="{{document.system.secondaryFeature.uuid}}"
|
||||
data-type="secondary"
|
||||
id="{{document.system.secondaryFeature._id}}"
|
||||
>
|
||||
<img class="image" src="{{document.system.secondaryFeature.img}}" />
|
||||
<span>{{document.system.secondaryFeature.name}}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue