mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 05:01:08 +01:00
Better separation of concerns
This commit is contained in:
parent
4a027e8591
commit
93640e56be
9 changed files with 31 additions and 45 deletions
|
|
@ -1,7 +1,4 @@
|
|||
<div class="feature-descriptions">
|
||||
{{#unless (eq headerStyle 'none')}}
|
||||
<div class="features-header {{#if (eq headerStyle 'large')}}large{{/if}}">{{localize "DAGGERHEART.SETTINGS.Homebrew.itemFeatures"}}</div>
|
||||
{{/unless}}
|
||||
<div>
|
||||
{{#each features as | feature |}}
|
||||
<div><strong>{{localize feature.label}}</strong>: {{{localize feature.description}}}</div>
|
||||
{{/each}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue