mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
Add links to metrics and hubs for groups and institutions GitOrigin-RevId: ca83108e1d1541fdc805218ea12847b0d7a97cf8
25 lines
561 B
Plaintext
25 lines
561 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")
|
|
i.fa.fa-fw.fa-users
|
|
|
|
|
| Manage members
|
|
|
|
|
p
|
|
a(href="/manage/groups/" + managedGroupSubscription._id + "/managers")
|
|
i.fa.fa-fw.fa-users
|
|
|
|
|
| Manage group managers
|
|
|
|
|
p
|
|
a(href="/metrics/groups/" + managedGroupSubscription._id)
|
|
i.fa.fa-fw.fa-line-chart
|
|
|
|
|
| View metrics
|
|
|
|
hr
|