Commit b0114867311652e32868e8f48b9c268a712367bf

Authored by GitLab
1 parent 0d3ba71b

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 93 Milestones
94 94 %span.light.pull-right
95 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 100 .col-md-4
97 101 %h4
98 102 Features
... ...