mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
fix issues
This commit is contained in:
parent
9766650ae4
commit
3b9ff74bd2
7 changed files with 66 additions and 14 deletions
|
@ -21,7 +21,6 @@
|
|||
%li= link_to t('.prices'), admin_prices_path
|
||||
%li= link_to t(:bank_statements), admin_bank_statements_path
|
||||
%li= link_to t(:invoices), admin_invoices_path
|
||||
%li= link_to t(:auctions), admin_auctions_path
|
||||
%li= link_to t(:accounts), admin_accounts_path
|
||||
%li= link_to t(:account_activities), admin_account_activities_path(created_after: 'today')
|
||||
%li.divider
|
||||
|
@ -32,6 +31,7 @@
|
|||
%li.dropdown-header= t(:system)
|
||||
%li= link_to t('.settings'), admin_settings_path
|
||||
%li= link_to t('.zones'), admin_zones_path
|
||||
%li= link_to t(:auctions), admin_auctions_path
|
||||
%li= link_to t('.blocked_domains'), admin_blocked_domains_path
|
||||
%li= link_to t('.reserved_domains'), admin_reserved_domains_path
|
||||
%li= link_to t('.disputed_domains'), admin_disputes_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue