Merge remote-tracking branch 'origin/105842700-registrants_portal' into staging

This commit is contained in:
Vladimir Krylov 2016-03-21 14:02:10 +02:00
commit cc714460f2
3 changed files with 5 additions and 4 deletions

View file

@ -6,6 +6,9 @@
%dt= t(:id) %dt= t(:id)
%dd= @contact.code %dd= @contact.code
%dt= t(:name)
%dd= @contact.name
%dt= t(:password) %dt= t(:password)
%dd %dd
= text_field_tag :auth_info, @contact.auth_info, readonly: true, class: 'partially-hidden' = text_field_tag :auth_info, @contact.auth_info, readonly: true, class: 'partially-hidden'

View file

@ -1,5 +1,4 @@
- content_for :actions do = render 'shared/title', name: @contact.name
= render 'shared/title', name: @contact.name
.row .row
.col-md-6= render 'registrant/contacts/partials/general' .col-md-6= render 'registrant/contacts/partials/general'

View file

@ -1,5 +1,4 @@
- content_for :actions do = render 'shared/title', name: @domain.name
= render 'shared/title', name: @domain.name
.row .row
.col-md-6= render 'registrant/domains/partials/general' .col-md-6= render 'registrant/domains/partials/general'