Merge pull request #107 from internetee/105842700-registrants_portal

105842700 registrants portal
This commit is contained in:
Timo Võhmar 2016-03-22 11:36:36 +02:00
commit 71e3db611b
18 changed files with 126 additions and 242 deletions

View file

@ -932,6 +932,8 @@ en:
if_auth_info_is_left_empty_it_will_be_auto_generated: 'If auth info is left empty, it will be auto generated.'
each_domain_name_must_end_with_colon_sign: 'Each domain name must end with colon (:) sign.'
expiration_remind_subject: 'The %{name} domain has expired'
personal_domain_verification_url: 'Personal domain verification url'
available_verification_url_not_found: 'Available verification url not found, for domain.'
contact_already_associated_with_the_domain: 'Object association prohibits operation, contact already associated with the domain'
add_reserved_domain: 'Add domain to reserved list'
add_blocked_domain: 'Add domain to blocked list'

View file

@ -107,6 +107,11 @@ Rails.application.routes.draw do
collection do
get :download_list
end
member do
get 'domain_verification_url'
end
end
# resources :invoices do
@ -155,28 +160,11 @@ Rails.application.routes.draw do
end
end
resources :registrants
resources :contacts
resources :whois
# resources :contacts do
# member do
# get 'delete'
# end
# collection do
# get 'check'
# end
# end
# resource :poll do
# collection do
# post 'confirm_keyrelay'
# post 'confirm_transfer'
# end
# end
end
# ADMIN ROUTES
namespace :admin do
resources :keyrelays