mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
16 lines
No EOL
618 B
Handlebars
16 lines
No EOL
618 B
Handlebars
<div class="daggerheart chat downtime">
|
|
<h2 class="downtime-title-container">
|
|
<div>{{this.player}} {{localize "DAGGERHEART.Chat.Downtime.Title"}}</div>
|
|
<div class="downtime-subtitle">{{this.title}}</div>
|
|
</h2>
|
|
<img class="downtime-image" src="{{this.img}}" />
|
|
<div>{{{this.description}}}</div>
|
|
<div class="downtime-refresh-container">
|
|
<div class="refresh-title">Refreshed Features</div>
|
|
{{#each this.refreshedFeatures}}
|
|
<div class="refresh-inner-container">
|
|
<div>{{this.name}}</div>
|
|
</div>
|
|
{{/each}}
|
|
</div>
|
|
</div> |