mirror of
https://github.com/internetee/registry.git
synced 2025-07-19 17:25:57 +02:00
Rename Accounting to Billing
This commit is contained in:
parent
6d95c22130
commit
6b555d8db7
4 changed files with 5 additions and 5 deletions
|
@ -42,7 +42,7 @@
|
|||
= t('settings')
|
||||
%span.caret
|
||||
%ul.dropdown-menu{role: "menu"}
|
||||
%li.dropdown-header= t('accounting')
|
||||
%li.dropdown-header= t('billing')
|
||||
%li= link_to t('bank_statements'), admin_bank_statements_path
|
||||
%li.divider
|
||||
%li.dropdown-header= t('system')
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
- if can? :show, Invoice
|
||||
- active_class = ['registrar/invoices'].include?(params[:controller]) ? 'active' :nil
|
||||
%li{class: active_class}= link_to t('accounting'), registrar_invoices_path
|
||||
%li{class: active_class}= link_to t('billing'), registrar_invoices_path
|
||||
|
||||
- if can? :view, :registrar_xml_console
|
||||
- active_class = ['registrar/xml_consoles'].include?(params[:controller]) ? 'active' :nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue