mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-23 01:22:00 +00:00
7 lines
219 B
Handlebars
7 lines
219 B
Handlebars
{{yield}}
|
|
{{#if columnName}}
|
|
{{#if isColumnActive}}
|
|
<i aria-label="Sorting arrow"
|
|
class={{if (eq "asc" sortDirection) "glyphicon glyphicon-arrow-up" "glyphicon glyphicon-arrow-down"}}></i>
|
|
{{/if}}
|
|
{{/if}} |