Remove delegations

This commit is contained in:
Artur Beljajev 2019-03-28 00:17:48 +02:00
parent c85ebf542d
commit 0f4a67d696
18 changed files with 30 additions and 46 deletions

View file

@ -7,13 +7,13 @@
%dd= link_to(@domain.registrant, [:admin, @domain.registrant])
%dt= t(:id)
%dd= @domain.registrant_code
%dd= @domain.registrant.code
%dt= t(:identity_code)
%dd= @domain.registrant_ident
%dd= @domain.registrant.ident
%dt= t(:email)
%dd= @domain.registrant_email
%dd= @domain.registrant.email
%dt= t(:phone)
%dd= @domain.registrant_phone
%dd= @domain.registrant.phone