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

18 Zeilen
430 B
Handlebars

2021-09-03 10:46:32 +02:00
<div class="select-kit-header-wrapper">
{{component selectKit.options.selectedNameComponent
tabindex=tabindex
item=selectedContent
selectKit=selectKit
shouldDisplayClearableButton=shouldDisplayClearableButton
}}
{{#if selectedContent.subscriptionType}}
<span class="subscription-label">
{{selectedContent.subscriptionType}}
</span>
2021-09-03 10:46:32 +02:00
{{/if}}
{{d-icon caretIcon class="caret-icon"}}
2021-09-07 14:53:45 +02:00
</div>