discourse/app/assets/javascripts/select-kit/templates/components/multi-select/selected-name.hbs
Joffrey JAFFEUX ac701696b3
FEATURE: replaces tag-chooser/tag-group-chooser with select-kit component
These component were also the last using select2. As a consequence select2 is removed from Discourse in this commit.
2018-02-26 11:42:57 +01:00

10 lines
220 B
Handlebars

{{#if headerContent}}<div class="header">{{headerContent}}</div>{{/if}}
<div class="body">
<span class="name">
{{{label}}}
</span>
</div>
{{#if footerContent}}<div class="footer">{{footerContent}}</div>{{/if}}