Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-01-27 21:37:00 +0300
committerSytse Sijbrandij <sytse@gitlab.com>2015-01-27 21:37:00 +0300
commit94381704d1e739aa61fb60131bcfe12f918d7f74 (patch)
treed46f1145e68d31b89fb0a10ebba60c873d0ca3c8
parent6182f1cabf08e75b01146198cbd09fdea0bfdb67 (diff)
parent233f9f0766f4316661f9464698d971069ea30e37 (diff)
Merge branch 'active-users-and-logged-in-users' into 'master'
Active users and logged in users /cc @marc @haydn @dzaporozhets See merge request !1443
-rw-r--r--app/views/admin/dashboard/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml
index dd95af426c4..32e0e4a6848 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -32,7 +32,7 @@
%span.light.pull-right
= Milestone.count
%p
- Active users last 30 days
+ Users who signed in during last 30 days
%span.light.pull-right
= User.where("current_sign_in_at > ?", 30.days.ago).count
.col-md-4