0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-24 10:20:28 +01:00
discourse-custom-wizard/assets/javascripts/discourse/components/wizard-subscription-selector/wizard-subscription-selector-row.hbs
2024-11-22 16:45:50 +01:00

15 Zeilen
Kein EOL
422 B
Handlebars

{{#if this.icons}}
<div class="icons">
<span class="selection-indicator"></span>
{{#each this.icons as |icon|}}
{{d-icon icon translatedtitle=(dasherize this.title)}}
{{/each}}
</div>
{{/if}}
<div class="texts">
<span class="name">{{html-safe this.label}}</span>
{{#if this.item.subscriptionRequired}}
<span class="subscription-label">{{i18n this.item.selectorLabel}}</span>
{{/if}}
</div>