Sync templates
This commit is contained in:
parent
80ec2e4e66
commit
ae18d23630
@ -10,13 +10,7 @@
|
|||||||
{{!-- Sheet Body --}}
|
{{!-- Sheet Body --}}
|
||||||
<section class="sheet-body">
|
<section class="sheet-body">
|
||||||
|
|
||||||
<div class="tab details" data-group="primary" data-tab="description">
|
{{> systems/fvtt-warhero/templates/partial-item-nav.html}}
|
||||||
|
|
||||||
<label class="generic-label">Description</label>
|
|
||||||
<div class="editor item-text-long-line">
|
|
||||||
{{editor description target="system.description" button=true owner=owner editable=editable}}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="tab details" data-group="primary" data-tab="details">
|
<div class="tab details" data-group="primary" data-tab="details">
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
<div class="tab description" data-group="primary" data-tab="description">
|
<div class="tab details" data-group="primary" data-tab="description">
|
||||||
<div>
|
|
||||||
<label class="generic-label">{{localize "WH.ui.description"}}</label>
|
<label class="generic-label">Description</label>
|
||||||
<div class="editor item-text-long-line">
|
<div class="editor item-text-long-line">
|
||||||
{{editor description target="system.description" button=true owner=owner editable=editable}}
|
{{editor description target="system.description" button=true owner=owner editable=editable}}
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
Reference in New Issue
Block a user