mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Remove zone link from registrar
This commit is contained in:
parent
a500e0831f
commit
98ace9d49f
1 changed files with 0 additions and 3 deletions
|
@ -34,9 +34,6 @@
|
|||
- 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