mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
19 lines
456 B
Text
19 lines
456 B
Text
.panel.panel-default
|
|
.panel-heading
|
|
%h3.panel-title= t('owner')
|
|
.panel-body
|
|
%dl.dl-horizontal
|
|
%dt= t('name')
|
|
%dd= link_to(@domain.owner_contact, [:admin, @domain.owner_contact])
|
|
|
|
%dt= t('code')
|
|
%dd= @domain.owner_contact_code
|
|
|
|
%dt= t('identity_code')
|
|
%dd= @domain.owner_contact_ident
|
|
|
|
%dt= t('email')
|
|
%dd= @domain.owner_contact_email
|
|
|
|
%dt= t('phone')
|
|
%dd= @domain.owner_contact_phone
|