aboutsummaryrefslogtreecommitdiff
path: root/views/stats.pug
diff options
context:
space:
mode:
authoralyssaf16 <alyssa_feinberg@brown.edu>2024-07-25 11:15:54 -0400
committeralyssaf16 <alyssa_feinberg@brown.edu>2024-07-25 11:15:54 -0400
commitd7206c2fd9ae55d6754dc44726dd6f16c3a67c22 (patch)
treefdca6618026998f659c85e33e36d18f39bfba812 /views/stats.pug
parent4d4283f74669698ec3cfaf8ee2c953acad524197 (diff)
parent25ff5e562e80a93edc0d475b104862361a049016 (diff)
Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into alyssa-starter
Diffstat (limited to 'views/stats.pug')
-rw-r--r--views/stats.pug2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/stats.pug b/views/stats.pug
index c1f961e9f..2aa57604a 100644
--- a/views/stats.pug
+++ b/views/stats.pug
@@ -25,6 +25,8 @@ block content
div(class="stats-content stats-connected-users")
p Connected Users:
ul(id="connected-user-list")
+ each val in connectedUsers
+ li= val
\ No newline at end of file