mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Renamed contact code to id #2831
This commit is contained in:
parent
07f89f8ce5
commit
d27bad73b2
12 changed files with 14 additions and 14 deletions
|
@ -22,7 +22,7 @@
|
|||
%th{class: 'col-xs-2'}
|
||||
= sort_link(@q, 'name', t(:name))
|
||||
%th{class: 'col-xs-2'}
|
||||
= sort_link(@q, 'code', t(:code))
|
||||
= sort_link(@q, 'code', t(:id))
|
||||
%th{class: 'col-xs-2'}
|
||||
= sort_link(@q, 'ident', t(:ident))
|
||||
%th{class: 'col-xs-2'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue