1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/discourse/templates/components/wizard-subscription-selector/wizard-subscription-selector-header.hbs
2023-07-10 07:55:54 +01:00

16 Zeilen
Kein EOL
395 B
Handlebars

<div class="select-kit-header-wrapper">
{{component
selectKit.options.selectedNameComponent
tabindex=tabindex
item=selectedContent
selectKit=selectKit
shouldDisplayClearableButton=shouldDisplayClearableButton
}}
{{#if subscriptionRequired}}
<span class="subscription-label">{{i18n selectorLabel}}</span>
{{/if}}
{{d-icon caretIcon class="caret-icon"}}
</div>