Move the attribute tab files into a subfolder structure
This commit is contained in:
parent
0220083daf
commit
fdb55c42c5
2 changed files with 10 additions and 0 deletions
10
templates/PlayerSheet/tabs/attributes/attribute.hbs
Normal file
10
templates/PlayerSheet/tabs/attributes/attribute.hbs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<li
|
||||
class="item"
|
||||
data-item-uuid="{{uuid}}"
|
||||
>
|
||||
<div class="summary">
|
||||
<div class="title">
|
||||
<span class="name">{{ name }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
7
templates/PlayerSheet/tabs/attributes/lists.hbs
Normal file
7
templates/PlayerSheet/tabs/attributes/lists.hbs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<div
|
||||
class="tab attributes-tab {{ifThen tabActive "active" ""}}"
|
||||
data-group="primary"
|
||||
data-tab="attributes"
|
||||
>
|
||||
Attribute Tab
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue