mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Merge branch 'registry-663'
This commit is contained in:
commit
b58f0e891b
20 changed files with 229 additions and 154 deletions
|
@ -2,7 +2,9 @@ en:
|
|||
registrant:
|
||||
domains:
|
||||
index:
|
||||
header: Domains
|
||||
registrant: Registrant
|
||||
reset_btn: Reset
|
||||
|
||||
download_list:
|
||||
registrant: Registrant
|
||||
|
|
|
@ -99,7 +99,7 @@ Rails.application.routes.draw do
|
|||
namespace :registrant do
|
||||
root 'domains#index'
|
||||
|
||||
resources :domains do
|
||||
resources :domains, only: %i[index show] do
|
||||
collection do
|
||||
get :download_list
|
||||
end
|
||||
|
@ -107,7 +107,6 @@ Rails.application.routes.draw do
|
|||
member do
|
||||
get 'domain_verification_url'
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
# resources :invoices do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue