mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 20:35:21 +08:00
d43e7354ec
* DEV: Convert <button> tags to {{d-button}} * Fixes
19 lines
355 B
Handlebars
19 lines
355 B
Handlebars
{{#each icons as |icon|}} {{d-icon icon}} {{/each}}
|
|
|
|
<span class="selected-name">
|
|
{{#if forceEscape}}
|
|
{{label}}
|
|
{{else}}
|
|
{{{label}}}
|
|
{{/if}}
|
|
</span>
|
|
|
|
{{#if shouldDisplayClearableButton}}
|
|
{{d-button
|
|
class="btn-clear"
|
|
action=(action onClearSelection bubbles=false)
|
|
icon="times"}}
|
|
{{/if}}
|
|
|
|
{{d-icon caretIcon class="caret-icon"}}
|