mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-16 08:06:08 +10:00
Merge branch 'active-users' into 'master'
Active users Show the number of active users in the dashboard.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user