mirror of
https://github.com/discourse/discourse.git
synced 2024-12-14 01:03:43 +08:00
42572ff138
We are still pushing ahead on this 100% just need a bit longer to prepare all plugins
18 lines
362 B
Handlebars
18 lines
362 B
Handlebars
{{#each icons as |icon|}} {{d-icon icon}} {{/each}}
|
|
|
|
<span class="selected-name">
|
|
{{#if forceEscape}}
|
|
{{label}}
|
|
{{else}}
|
|
{{{label}}}
|
|
{{/if}}
|
|
</span>
|
|
|
|
{{#if shouldDisplayClearableButton}}
|
|
<button class="btn-clear" {{action onClearSelection bubbles=false}}>
|
|
{{d-icon 'times'}}
|
|
</button>
|
|
{{/if}}
|
|
|
|
{{d-icon caretIcon class="caret-icon fa-fw"}}
|