diff options
| author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-01-27 09:35:46 -0800 |
|---|---|---|
| committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-01-27 09:35:46 -0800 |
| commit | 233f9f0766f4316661f9464698d971069ea30e37 (patch) | |
| tree | 377912b9349a554c3f7d86a927d4055612e317d6 /app/views/admin/dashboard | |
| parent | 7e6fa0afd63b75d2653ff75fcde26164f832a094 (diff) | |
| download | gitlab-ce-233f9f0766f4316661f9464698d971069ea30e37.tar.gz | |
Prevent confusion between active users and 30 day users.
Diffstat (limited to 'app/views/admin/dashboard')
| -rw-r--r-- | app/views/admin/dashboard/index.html.haml | 2 |
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 |
