mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Add extended registrar's info to "expiration" and "force_delete" mailers
registry-180
This commit is contained in:
parent
411079f654
commit
69be717b91
17 changed files with 362 additions and 73 deletions
|
@ -14,6 +14,10 @@ class DomainPresenter
|
|||
view.l(domain.delete_time, format: :date) if domain.delete_time
|
||||
end
|
||||
|
||||
def force_delete_date
|
||||
view.l(domain.force_delete_time, format: :date) if domain.force_delete_time
|
||||
end
|
||||
|
||||
def admin_contact_names
|
||||
domain.admin_contact_names.join(', ')
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue