mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 21:04:16 +02:00
Some checks failed
Project CI / build (24.x) (push) Has been cancelled
* Initial thoughts * . * Fixed linting * Continue work on updating identifier * Change to uuid approach * Localization and minor fix * Fixed CompendiumBrowser Class filter for Subclass view * Fixed the class name display in the subclass view * Improved missing class visual for subclass * Fixed character creation * Rerender class sheets when subclass link is changed * Use compendium source over actual uuid in search --------- Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
12 lines
No EOL
545 B
Handlebars
12 lines
No EOL
545 B
Handlebars
<header class='item-sheet-header'>
|
|
<img class='profile' src='{{source.img}}' data-action='editImage' data-edit='img' />
|
|
<div class='item-info'>
|
|
<h1 class='item-name'><input type='text' name='name' value='{{source.name}}' /></h1>
|
|
<div class='item-description'>
|
|
<h3 class="form-fields domain-section">
|
|
<span>{{localize "DAGGERHEART.GENERAL.Domain.plural"}}</span>
|
|
<input class="domain-input" value="{{domains}}" />
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
</header> |