mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 11:19:39 +02:00
16 lines
578 B
Text
16 lines
578 B
Text
- content_for :actions do
|
|
= link_to(t(:edit_statuses), edit_admin_contact_path(@contact), class: 'btn btn-primary')
|
|
= render 'shared/title', name: @contact.name
|
|
|
|
.row
|
|
.col-md-6= render 'admin/contacts/partials/general'
|
|
.col-md-6= render 'admin/contacts/partials/address'
|
|
.row
|
|
.col-md-12= render 'admin/contacts/partials/domains'
|
|
.row
|
|
.col-md-12= render 'admin/contacts/partials/statuses', contact: @contact
|
|
|
|
- if @contact.legal_documents.present?
|
|
.row
|
|
.col-md-12
|
|
= render 'admin/domains/partials/legal_documents', legal_documents: @contact.legal_documents
|