mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Added draft zones link
This commit is contained in:
parent
2e3e95402f
commit
b3e3fc8703
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@
|
|||
- active_class = ['depp/contacts'].include?(params[:controller]) ? 'active' :nil
|
||||
%li{class: active_class}= link_to t(:contacts), depp.contacts_path
|
||||
|
||||
- active_class = ['registrar/zones'].include?(params[:controller]) ? 'active' :nil
|
||||
%li{class: active_class}= link_to t('zones'), main_app.registrar_invoices_path
|
||||
|
||||
- if can? :show, Invoice
|
||||
- active_class = ['registrar/invoices'].include?(params[:controller]) ? 'active' :nil
|
||||
%li{class: active_class}= link_to t('invoices'), main_app.registrar_invoices_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue