@@ -1104,6 +1104,7 @@ Template.admin.helpers({
return Session.get("userNum");
},
allUsers: function(){
+ return Meteor.users.find().count();
playlists: function() {
var playlists = Playlists.find({}).fetch();
@@ -33,7 +33,7 @@
<h1>Site statistics</h1>
</div>
<p>Total Users Online: {{usersOnline}}</p>
- <p>Total Registered Users: </p>
+ <p>Total Registered Users: {{allUsers}}</p>
<a href="/admin/queues">Edit the queues</a>