bigbluebutton-Github/bigbluebutton-html5/app/client/views/users/user_list.coffee

7 lines
227 B
CoffeeScript
Executable File

Template.usersList.helpers
getInfoNumberOfUsers: ->
numberUsers = Meteor.Users.find().count()
if numberUsers > 8
return "Users: #{numberUsers}"
# do not display the label if there are just a few users