mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
parent
2643df8d21
commit
064716bebf
29 changed files with 45 additions and 46 deletions
|
@ -14,7 +14,7 @@
|
|||
= f.search_field :registrant, value: params[:q][:registrant], class: 'form-control', placeholder: t(:registrant)
|
||||
.col-md-3
|
||||
.form-group
|
||||
= label_tag t(:registrar)
|
||||
= label_tag t(:registrar_name)
|
||||
= f.search_field :registrar, value: params[:q][:registrar], class: 'form-control', placeholder: t(:registrant)
|
||||
.col-md-3
|
||||
.form-group
|
||||
|
@ -48,7 +48,7 @@
|
|||
%th{class: 'col-xs-2'}
|
||||
= t(:registrant)
|
||||
%th{class: 'col-xs-2'}
|
||||
= t(:registrar)
|
||||
= t(:registrar_name)
|
||||
%th{class: 'col-xs-2'}
|
||||
= t(:action)
|
||||
%th{class: 'col-xs-2'}
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
%br
|
||||
|
||||
- if domain.registrar
|
||||
%dt= t(:registrar)
|
||||
%dt= t(:registrar_name)
|
||||
%dd{class: changing_css_class(@version,"registrar_id")}
|
||||
= link_to admin_registrar_path(domain.registrar), target: "registrar_#{domain.registrar.id}" do
|
||||
= domain.registrar.name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue