mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
parent
2643df8d21
commit
064716bebf
29 changed files with 45 additions and 46 deletions
|
@ -9,7 +9,7 @@
|
|||
.row
|
||||
.col-md-12
|
||||
.form-group
|
||||
= f.label t(:registrar)
|
||||
= f.label t(:registrar_name)
|
||||
= f.select :account_registrar_id_in, Registrar.all.map { |x| [x, x.id] }, {}, class: 'form-control js-combobox', placeholder: t(:choose), multiple: true
|
||||
.row
|
||||
.col-md-6
|
||||
|
@ -56,7 +56,7 @@
|
|||
%thead
|
||||
%tr
|
||||
%th{class: 'col-xs-2'}
|
||||
= sort_link(@q, 'account_registrar_code', t(:registrar))
|
||||
= sort_link(@q, 'account_registrar_code', t(:registrar_name))
|
||||
%th{class: 'col-xs-3'}
|
||||
= sort_link(@q, 'description')
|
||||
%th{class: 'col-xs-2'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue