Commit 233f9f07 authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

Prevent confusion between active users and 30 day users.

parent 7e6fa0af
...@@ -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