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

16 Zeilen
420 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
}}
2021-09-24 17:58:42 +08:00
{{#if selectedContent.subscription}}
<span class="subscription-label">{{i18n "admin.wizard.subscription.label"}}</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>