Commit 94381704 authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

Merge branch 'active-users-and-logged-in-users' into 'master'

Active users and logged in users

/cc @marc @haydn @dzaporozhets

See merge request !1443
parents 6182f1ca 233f9f07
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
%span.light.pull-right %span.light.pull-right
= Milestone.count = Milestone.count
%p %p
Active users last 30 days Users who signed in during last 30 days
%span.light.pull-right %span.light.pull-right
= User.where("current_sign_in_at > ?", 30.days.ago).count = User.where("current_sign_in_at > ?", 30.days.ago).count
.col-md-4 .col-md-4
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment