Skip to content

Commit 6238cf9

Browse files
committed
Fixed links to Resque/Sidekiq on admin dashboard
1 parent a86718c commit 6238cf9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

app/views/admin/index.html.haml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,11 @@
7272
%td 7 day growth rate
7373
%td{:colspan => 2}= User.weekly_growth
7474
%tr
75-
%td Redis Stats
76-
%td{:colspan => 2}= link_to "Resque stats", "/admin/resque"
75+
%td Resque Dashboard
76+
%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"
7780
%tr
7881
%td Cache Stats
7982
%td{:colspan => 2}= link_to "Cache stats", admin_cache_stats_path

0 commit comments

Comments
 (0)