Add registrar dashboard #2713

This commit is contained in:
Martin Lensment 2015-09-15 11:49:18 +03:00
parent ae29585ae2
commit 27f37b9ec4
11 changed files with 100 additions and 64 deletions

View file

@ -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'

View file

@ -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