Files
overleaf-cep/services/web/modules/admin-tools/app/views/active-projects.pug
David Rotermund a223f4f290 Admin tools: introduce Activ Projects tab on the Manage Site page
- code moved to modules/admin-tools (yu-i-i)
2026-03-26 23:49:34 +01:00

9 lines
364 B
Plaintext

meta(name="ol-dummy", content="placeholder")
h3 Active Projects (Currently Being Edited)
p.text-muted Real-time information from the editor service showing who is actively working on which projects.
#active-projects-container
each file in entrypointScripts('modules/admin-tools/pages/active-projects')
script(type='text/javascript' nonce=scriptNonce src=file)