mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
Merge pull request #1130 from internetee/update-emails-content
Update emails' content
This commit is contained in:
commit
7aa249af34
47 changed files with 291 additions and 816 deletions
|
@ -42,18 +42,6 @@ class DomainPresenter
|
|||
view.l(domain.force_delete_date) if domain.force_delete_scheduled?
|
||||
end
|
||||
|
||||
def admin_contact_names
|
||||
domain.admin_contact_names.join(', ')
|
||||
end
|
||||
|
||||
def tech_contact_names
|
||||
domain.tech_contact_names.join(', ')
|
||||
end
|
||||
|
||||
def nameserver_names
|
||||
domain.nameserver_hostnames.join(', ')
|
||||
end
|
||||
|
||||
def force_delete_toggle_btn
|
||||
return inactive_schedule_force_delete_btn if domain.discarded?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue