mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Add registrar dashboard #2713
This commit is contained in:
parent
ae29585ae2
commit
27f37b9ec4
11 changed files with 100 additions and 64 deletions
|
@ -44,7 +44,7 @@
|
|||
- active_class = ['registrar/invoices'].include?(params[:controller]) ? 'active' :nil
|
||||
%li{class: active_class}= link_to t(:billing), registrar_invoices_path
|
||||
|
||||
- if !Rails.env.production? && can?(:view, :registrar_xml_console)
|
||||
- if !Rails.env.production? && can?(:manage, :xml_console)
|
||||
- active_class = ['registrar/xml_consoles'].include?(params[:controller]) ? 'active' :nil
|
||||
%li{class: active_class}= link_to t(:xml_console), registrar_xml_console_path
|
||||
|
||||
|
|
3
app/views/registrar/dashboard/show.haml
Normal file
3
app/views/registrar/dashboard/show.haml
Normal file
|
@ -0,0 +1,3 @@
|
|||
.panel.panel-default
|
||||
.panel-body
|
||||
= t('welcome_to_eis_registrar_portal')
|
Loading…
Add table
Add a link
Reference in a new issue