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 10:46:32 +02:00
<div class="select-kit-header-wrapper">
{{component selectKit.options.selectedNameComponent
tabindex=tabindex
item=selectedContent
selectKit=selectKit
shouldDisplayClearableButton=shouldDisplayClearableButton
}}
2021-09-24 11:58:42 +02:00
{{#if selectedContent.subscription}}
<span class="subscription-label">{{i18n "admin.wizard.subscription.label"}}</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>