mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 01:39:19 +00:00
10 lines
251 B
Handlebars
10 lines
251 B
Handlebars
{{#if showSortingUI}}
|
|
<DButton @action={{sortByLabel}} @icon={{sortIcon}} @class="sort-btn" />
|
|
{{/if}}
|
|
|
|
{{#if label.htmlTitle}}
|
|
<span class="title">{{html-safe label.htmlTitle}}</span>
|
|
{{else}}
|
|
<span class="title">{{label.title}}</span>
|
|
{{/if}}
|