We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86718c commit 6238cf9Copy full SHA for 6238cf9
app/views/admin/index.html.haml
@@ -72,8 +72,11 @@
72
%td 7 day growth rate
73
%td{:colspan => 2}= User.weekly_growth
74
%tr
75
- %td Redis Stats
76
- %td{:colspan => 2}= link_to "Resque stats", "/admin/resque"
+ %td Resque Dashboard
+ %td{:colspan => 2}= link_to "Resque dashboard", "/admin/resque"
77
+ %tr
78
+ %td Sidekiq Dashboard
79
+ %td{:colspan => 2}= link_to "Sidekiq dashboard", "/admin/sidekiq"
80
81
%td Cache Stats
82
%td{:colspan => 2}= link_to "Cache stats", admin_cache_stats_path
0 commit comments