Add presenter method & preview

This commit is contained in:
Alex Sherman 2020-11-05 14:12:10 +05:00
parent 6a4bb6079d
commit e8c2f33e2d
3 changed files with 19 additions and 15 deletions

View file

@ -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?