Merge branch '105842700-registrants_portal' into staging

This commit is contained in:
Stas 2016-01-27 12:00:52 +02:00
commit a5f3cfd2b0
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(: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

View file

@ -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

View file

@ -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