1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/discourse/templates/components/wizard-subscription-selector/wizard-subscription-selector-header.hbs

16 Zeilen
395 B
Handlebars

2021-09-03 10:46:32 +02:00
<div class="select-kit-header-wrapper">
2023-07-10 08:55:54 +02:00
{{component
selectKit.options.selectedNameComponent
2021-09-03 10:46:32 +02:00
tabindex=tabindex
item=selectedContent
selectKit=selectKit
shouldDisplayClearableButton=shouldDisplayClearableButton
}}
{{#if subscriptionRequired}}
<span class="subscription-label">{{i18n selectorLabel}}</span>
2021-09-03 10:46:32 +02:00
{{/if}}
{{d-icon caretIcon class="caret-icon"}}
2023-07-10 08:55:54 +02:00
</div>