diff options
| author | A.J. Shulman <Shulman.aj@gmail.com> | 2024-07-17 14:59:45 -0400 |
|---|---|---|
| committer | A.J. Shulman <Shulman.aj@gmail.com> | 2024-07-17 14:59:45 -0400 |
| commit | b7b3604f54ff5174b7f9a2f115362ea11d1a83ae (patch) | |
| tree | 2378a214b6f624451228903808d06c9337142feb /views | |
| parent | dd379c9e4c4c214b2ed14e3fd9a5f966e4f03b48 (diff) | |
| parent | 9da1206079b2f20274a720c4e62cf1d6e063e7ac (diff) | |
Merge branch 'master' into aj-system-message
Diffstat (limited to 'views')
| -rw-r--r-- | views/stats.pug | 2 | ||||
| -rw-r--r-- | views/user_activity.pug | 2 |
2 files changed, 3 insertions, 1 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 diff --git a/views/user_activity.pug b/views/user_activity.pug index 68e42140d..d8bd155f6 100644 --- a/views/user_activity.pug +++ b/views/user_activity.pug @@ -4,7 +4,7 @@ block content style include ./stylesheets/authentication.css .outermost - .online-container + .online-container .partition(id="active-partition") span.user-type Active Users .inner-activity(id="active-inner") |
