Merge branch 'active-users' into 'master'

Active users

Show the number of active users in the dashboard.
This commit is contained in:
Dmitriy Zaporozhets
2014-04-15 10:36:41 +00:00
@@ -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