mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
105842700-roles_sort_contact_part
This commit is contained in:
parent
0b3079b8b5
commit
438f77a981
3 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
%th{class: 'col-xs-3'}=custom_sort_link t(:domain_name), :name
|
%th{class: 'col-xs-3'}=custom_sort_link t(:domain_name), :name
|
||||||
%th{class: 'col-xs-3'}=custom_sort_link t(:registrar), :registrar_name
|
%th{class: 'col-xs-3'}=custom_sort_link t(:registrar), :registrar_name
|
||||||
%th{class: 'col-xs-3'}=custom_sort_link t(:valid_to), :valid_to
|
%th{class: 'col-xs-3'}=custom_sort_link t(:valid_to), :valid_to
|
||||||
%th{class: 'col-xs-3'}= t(:roles)
|
%th{class: 'col-xs-3'}=custom_sort_link t(:roles), :roles
|
||||||
%tbody
|
%tbody
|
||||||
- domains.each do |x|
|
- domains.each do |x|
|
||||||
%tr
|
%tr
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
.panel-body
|
.panel-body
|
||||||
%dl.dl-horizontal
|
%dl.dl-horizontal
|
||||||
%dt= t(:name)
|
%dt= t(:name)
|
||||||
%dd= link_to(@domain.registrant, [:registrar, @domain.registrant])
|
%dd= link_to(@domain.registrant, [:registrant, @domain.registrant])
|
||||||
|
|
||||||
%dt= t(:id)
|
%dt= t(:id)
|
||||||
%dd= @domain.registrant_code
|
%dd= @domain.registrant_code
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-md-6= render 'registrant/domains/partials/general'
|
.col-md-6= render 'registrant/domains/partials/general'
|
||||||
|
.col-md-6= render 'registrant/domains/partials/owner'
|
||||||
.row
|
.row
|
||||||
.col-md-12= render 'registrant/domains/partials/tech_contacts'
|
.col-md-12= render 'registrant/domains/partials/tech_contacts'
|
||||||
.row
|
.row
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue