Commit da4c13f1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'active-users' into 'master'

Active users

Show the number of active users in the dashboard.
parents ca0691ca b0114867
...@@ -93,6 +93,10 @@ ...@@ -93,6 +93,10 @@
Milestones Milestones
%span.light.pull-right %span.light.pull-right
= Milestone.count = Milestone.count
%p
Monthly active users
%span.light.pull-right
= User.where("current_sign_in_at > ?", 30.days.ago).count
.col-md-4 .col-md-4
%h4 %h4
Features Features
......
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