mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Refactor confirmation url view in registrant area
This commit is contained in:
parent
aad39fd2b7
commit
1dfc618228
7 changed files with 32 additions and 20 deletions
|
@ -675,7 +675,6 @@ en:
|
|||
contact_is_not_valid: 'Contact %{value} is not valid, please fix the invalid contact'
|
||||
next: 'Next'
|
||||
previous: 'Previous'
|
||||
personal_domain_verification_url: 'Personal domain verification url'
|
||||
available_verification_url_not_found: 'Available verification url not found, for domain.'
|
||||
add_reserved_domain: 'Add domain to reserved list'
|
||||
add_blocked_domain: 'Add domain to blocked list'
|
||||
|
|
|
@ -15,4 +15,6 @@ en:
|
|||
|
||||
domain_contacts:
|
||||
header_admin_domain_contacts: Administrative contacts
|
||||
header_tech_domain_contacts: Technical contacts
|
||||
header_tech_domain_contacts: Technical contacts
|
||||
confirmation:
|
||||
header: Personal domain verification url
|
|
@ -156,7 +156,7 @@ Rails.application.routes.draw do
|
|||
end
|
||||
|
||||
member do
|
||||
get 'domain_verification_url'
|
||||
get 'confirmation'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue