mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 00:12:03 +02:00
Add registrar dashboard #2713
This commit is contained in:
parent
ae29585ae2
commit
27f37b9ec4
11 changed files with 100 additions and 64 deletions
|
@ -920,3 +920,4 @@ en:
|
|||
failure: "It was not saved"
|
||||
contact_is_not_valid: 'Contact %{value} is not valid, please fix the invalid contact'
|
||||
force_delete_subject: 'Kustutusmenetluse teade'
|
||||
welcome_to_eis_registrar_portal: 'Welcome to EIS Registrar portal'
|
||||
|
|
|
@ -19,7 +19,9 @@ Rails.application.routes.draw do
|
|||
|
||||
# REGISTRAR ROUTES
|
||||
namespace :registrar do
|
||||
root 'polls#show'
|
||||
resource :dashboard
|
||||
root 'dashboard#show'
|
||||
# root 'polls#show'
|
||||
|
||||
resources :invoices do
|
||||
member do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue