mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Remove delegations
This commit is contained in:
parent
c85ebf542d
commit
0f4a67d696
18 changed files with 30 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue