mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
aae0484458
GitOrigin-RevId: c947041ca99860d4afb62ecfd28ba6fe1c717bfc
24 lines
561 B
Text
24 lines
561 B
Text
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
|