mirror of
https://github.com/discourse/discourse.git
synced 2025-01-06 10:34:04 +08:00
8 lines
160 B
Handlebars
8 lines
160 B
Handlebars
|
{{#each icons as |icon|}} {{d-icon icon}} {{/each}}
|
||
|
|
||
|
{{#if options.showFullTitle}}
|
||
|
<span class="d-button-label selected-name">
|
||
|
{{name}}
|
||
|
</span>
|
||
|
{{/if}}
|