mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
Add presenter method & preview
This commit is contained in:
parent
6a4bb6079d
commit
e8c2f33e2d
3 changed files with 19 additions and 15 deletions
|
@ -52,6 +52,10 @@ class DomainPresenter
|
|||
end
|
||||
end
|
||||
|
||||
def contact_emails_verification_failed
|
||||
domain.contact_emails_verification_failed.join(', ')
|
||||
end
|
||||
|
||||
def remove_registry_lock_btn
|
||||
return unless domain.locked_by_registrant?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue