mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 18:59:38 +02:00
Fix api user sorting based on registrars
This commit is contained in:
parent
09da5fd085
commit
f5233abde7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
%th{class: 'col-xs-2'}
|
||||
= sort_link(@q, 'username')
|
||||
%th{class: 'col-xs-2'}
|
||||
= sort_link(@q, 'registrar', t('registrar'))
|
||||
= sort_link(@q, 'registrar_name', t('registrar'))
|
||||
%th{class: 'col-xs-2'}
|
||||
= sort_link(@q, 'active', t('active'))
|
||||
%tbody
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue