mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 22:46:22 +02:00
added auction list to admin panel
This commit is contained in:
parent
faf87aec7a
commit
2aa1100305
12 changed files with 359 additions and 4 deletions
|
@ -21,6 +21,7 @@
|
|||
%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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue