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 16:46:32 +08: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 16:46:32 +08:00
{{/if}}
{{d-icon caretIcon class="caret-icon"}}
2021-09-07 20:53:45 +08:00
</div>