Revert "Registry 663"

This commit is contained in:
Timo Võhmar 2018-02-01 16:15:45 +02:00 committed by GitHub
parent 7ed42b6e82
commit 1690f49575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 165 additions and 308 deletions

View file

@ -2,9 +2,7 @@ en:
registrant:
domains:
index:
header: Domains
registrant: Registrant
reset_btn: Reset
download_list:
registrant: Registrant

View file

@ -99,7 +99,7 @@ Rails.application.routes.draw do
namespace :registrant do
root 'domains#index'
resources :domains, only: %i[index show] do
resources :domains do
collection do
get :download_list
end
@ -107,6 +107,7 @@ Rails.application.routes.draw do
member do
get 'domain_verification_url'
end
end
# resources :invoices do