mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
These component were also the last using select2. As a consequence select2 is removed from Discourse in this commit.
9 lines
220 B
Handlebars
9 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}}
|