2022-07-06 01:41:31 +08:00
|
|
|
{{#if this.icons}}
|
2020-02-03 21:22:14 +08:00
|
|
|
<div class="icons">
|
|
|
|
<span class="selection-indicator"></span>
|
2022-07-06 01:41:31 +08:00
|
|
|
{{#each this.icons as |icon|}}
|
2023-10-03 01:54:59 +08:00
|
|
|
{{d-icon icon}}
|
2020-02-03 21:22:14 +08:00
|
|
|
{{/each}}
|
2017-10-20 03:51:08 +08:00
|
|
|
</div>
|
|
|
|
{{/if}}
|
2020-02-03 21:22:14 +08:00
|
|
|
|
|
|
|
<div class="texts">
|
2022-07-06 01:41:31 +08:00
|
|
|
<span class="name">{{html-safe this.label}}</span>
|
2024-08-23 07:28:28 +08:00
|
|
|
{{#if this.description}}
|
|
|
|
<span class="desc">{{html-safe this.description}}</span>
|
|
|
|
{{/if}}
|
2020-02-03 21:22:14 +08:00
|
|
|
</div>
|