mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-23 23:04:48 +08:00
13 lines
No EOL
314 B
Handlebars
Vendored
13 lines
No EOL
314 B
Handlebars
Vendored
{{#if this.icons}}
|
|
<div class="icons">
|
|
<span class="selection-indicator"></span>
|
|
{{#each this.icons as |icon|}}
|
|
{{d-icon icon}}
|
|
{{/each}}
|
|
</div>
|
|
{{/if}}
|
|
|
|
<div class="texts">
|
|
<span class="name">{{html-safe this.label}}</span>
|
|
<span class="desc">{{html-safe this.description}}</span>
|
|
</div> |