mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 06:39:02 +02:00
49e19cad64
Add group and institution membership and management info to subscription dashboard GitOrigin-RevId: 1aba5d5a20cd00ff5090811d0f66dc9c4944dd60
14 lines
372 B
Plaintext
14 lines
372 B
Plaintext
each managedGroupSubscription in managedGroupSubscriptions
|
|
p
|
|
| You are a manager of
|
|
|
|
|
+teamName(managedGroupSubscription)
|
|
p
|
|
a.btn.btn-primary(href="/manage/groups/" + managedGroupSubscription._id + "/members")
|
|
| Manage members
|
|
|
|
|
a.btn.btn-primary(href="/manage/groups/" + managedGroupSubscription._id + "/managers")
|
|
| Manage group managers
|
|
|
|
hr
|