diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml
index bbd60bc..41760f8 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -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
--
libgit2 0.21.2