105842700-roles_sort_contact_part

This commit is contained in:
Stas 2016-01-26 18:12:31 +02:00
parent 0b3079b8b5
commit 438f77a981
3 changed files with 3 additions and 2 deletions

View file

@ -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(:registrar), :registrar_name
%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
- domains.each do |x|
%tr

View file

@ -4,7 +4,7 @@
.panel-body
%dl.dl-horizontal
%dt= t(:name)
%dd= link_to(@domain.registrant, [:registrar, @domain.registrant])
%dd= link_to(@domain.registrant, [:registrant, @domain.registrant])
%dt= t(:id)
%dd= @domain.registrant_code

View file

@ -3,6 +3,7 @@
.row
.col-md-6= render 'registrant/domains/partials/general'
.col-md-6= render 'registrant/domains/partials/owner'
.row
.col-md-12= render 'registrant/domains/partials/tech_contacts'
.row