Commit b0114867311652e32868e8f48b9c268a712367bf
1 parent
0d3ba71b
Exists in
spb-stable
and in
3 other branches
Add monthly active users to the admin dashboard.
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
app/views/admin/dashboard/index.html.haml
@@ -93,6 +93,10 @@ | @@ -93,6 +93,10 @@ | ||
93 | Milestones | 93 | Milestones |
94 | %span.light.pull-right | 94 | %span.light.pull-right |
95 | = Milestone.count | 95 | = Milestone.count |
96 | + %p | ||
97 | + Monthly active users | ||
98 | + %span.light.pull-right | ||
99 | + = User.where("current_sign_in_at > ?", 30.days.ago).count | ||
96 | .col-md-4 | 100 | .col-md-4 |
97 | %h4 | 101 | %h4 |
98 | Features | 102 | Features |