From b0114867311652e32868e8f48b9c268a712367bf Mon Sep 17 00:00:00 2001 From: GitLab Date: Tue, 15 Apr 2014 10:23:37 +0200 Subject: [PATCH] Add monthly active users to the admin dashboard. --- app/views/admin/dashboard/index.html.haml | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml index bbd60bc..41760f8 100644 --- a/app/views/admin/dashboard/index.html.haml +++ b/app/views/admin/dashboard/index.html.haml @@ -93,6 +93,10 @@ Milestones %span.light.pull-right = Milestone.count + %p + Monthly active users + %span.light.pull-right + = User.where("current_sign_in_at > ?", 30.days.ago).count .col-md-4 %h4 Features -- libgit2 0.21.2