mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
19 lines
435 B
Text
19 lines
435 B
Text
.panel.panel-default
|
|
.panel-heading
|
|
%h3.panel-title= t(:registrant)
|
|
.panel-body
|
|
%dl.dl-horizontal
|
|
%dt= t(:name)
|
|
%dd= link_to(@domain.registrant, [:admin, @domain.registrant])
|
|
|
|
%dt= t(:id)
|
|
%dd= @domain.registrant_code
|
|
|
|
%dt= t(:identity_code)
|
|
%dd= @domain.registrant_ident
|
|
|
|
%dt= t(:email)
|
|
%dd= @domain.registrant_email
|
|
|
|
%dt= t(:phone)
|
|
%dd= @domain.registrant_phone
|