mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 20:21:06 +01:00
Updated to make use of setup tabs. Ancestry now has primary/secondary features
This commit is contained in:
parent
70239ec06a
commit
635dae7a2e
19 changed files with 772 additions and 95 deletions
|
|
@ -4,7 +4,13 @@
|
|||
>
|
||||
{{#if this.img}}
|
||||
<img class="preview-image-container" src="{{this.img}}" />
|
||||
<div class="preview-text-container">{{this.name}}</div>
|
||||
<div class="preview-text-container">
|
||||
{{#if altPartialBlock}}
|
||||
{{> @partial-block }}
|
||||
{{else}}
|
||||
{{this.name}}
|
||||
{{/if}}
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="preview-empty-container">
|
||||
<div class="preview-empty-inner-container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue