mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-19 16:24:06 +01:00
18 lines
No EOL
579 B
Handlebars
18 lines
No EOL
579 B
Handlebars
<section
|
|
class='tab {{tabs.actions.cssClass}} {{tabs.actions.id}}'
|
|
data-tab='{{tabs.actions.id}}'
|
|
data-group='{{tabs.actions.group}}'
|
|
>
|
|
|
|
<div class="item-tags">
|
|
<div class="tag">{{localize (concat 'DAGGERHEART.ACTIONS.TYPES.' item.type '.name')}}</div>
|
|
<div class="tag">{{localize (concat 'DAGGERHEART.CONFIG.ActionType.' item.actionType)}}</div>
|
|
</div>
|
|
|
|
{{> 'daggerheart.inventory-items'
|
|
title='DAGGERHEART.GENERAL.Action.plural'
|
|
collection=document.system.actions
|
|
type='action'
|
|
canCreate=true
|
|
}}
|
|
</section> |