Fix api user sorting based on registrars

This commit is contained in:
Martin Lensment 2015-03-18 12:01:42 +02:00
parent 09da5fd085
commit f5233abde7

View file

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