discourse/app/assets/javascripts/admin/addon/templates/components/admin-report-table-header.hbs
Jarek Radosz 16ea7ab248
DEV: Run angle-brackets codemod (#17286)
Co-authored-by: Peter Wagenet <peter.wagenet@gmail.com>
2022-06-30 12:30:50 +02:00

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}}