2022-07-05 13:41:31 -04:00
|
|
|
{{#if this.showSortingUI}}
|
|
|
|
<DButton
|
|
|
|
@action={{this.sortByLabel}}
|
|
|
|
@icon={{this.sortIcon}}
|
|
|
|
@class="sort-btn"
|
|
|
|
/>
|
2018-07-19 14:33:11 -04:00
|
|
|
{{/if}}
|
|
|
|
|
2022-07-05 13:41:31 -04:00
|
|
|
{{#if this.label.htmlTitle}}
|
|
|
|
<span class="title">{{html-safe this.label.htmlTitle}}</span>
|
2021-04-22 07:38:10 -04:00
|
|
|
{{else}}
|
2022-07-05 13:41:31 -04:00
|
|
|
<span class="title">{{this.label.title}}</span>
|
2021-04-22 07:38:10 -04:00
|
|
|
{{/if}}
|