github.com/manicqin/nomad@v0.9.5/ui/app/templates/components/list-table/sort-by.hbs (about)

     1  {{#link-to
     2    (query-params sortProperty=prop sortDescending=shouldSortDescending)
     3    data-test-sort-by=prop}}
     4    {{yield}}
     5  {{/link-to}}