Add placeholder tab template
This commit is contained in:
parent
6ccc10f897
commit
60d29adc3e
2 changed files with 13 additions and 2 deletions
7
templates/PlayerSheet/attributes-tab.hbs
Normal file
7
templates/PlayerSheet/attributes-tab.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