mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 20:53:44 +08:00
13 lines
353 B
Handlebars
13 lines
353 B
Handlebars
{{#if this.icons}}
|
|
<div class="icons">
|
|
<span class="selection-indicator"></span>
|
|
{{#each this.icons as |icon|}}
|
|
{{d-icon icon translatedTitle=(dasherize this.title)}}
|
|
{{/each}}
|
|
</div>
|
|
{{/if}}
|
|
|
|
<div class="texts">
|
|
<span class="name">{{html-safe this.label}}</span>
|
|
<span class="desc">{{html-safe this.description}}</span>
|
|
</div> |