mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
added sidekiq link to admin view
This commit is contained in:
parent
e0e9c43575
commit
d323487c16
2 changed files with 195 additions and 14 deletions
|
@ -39,6 +39,9 @@
|
|||
%li= link_to t('.bounced_email_addresses'), admin_bounced_mail_addresses_path
|
||||
%li= link_to t('.epp_log'), admin_epp_logs_path(created_after: 'today')
|
||||
%li= link_to t('.repp_log'), admin_repp_logs_path(created_after: 'today')
|
||||
%li.divider
|
||||
%li.dropdown-header= t(:tasks)
|
||||
%li= link_to t('.sidekiq'), admin_sidekiq_web_path
|
||||
|
||||
%ul.nav.navbar-nav.navbar-right
|
||||
%li= link_to t('.sign_out'), destroy_admin_user_session_path, method: :delete,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue