overleaf/services/web/app/views/subscriptions/dashboard/_managed_groups.pug

25 lines
561 B
Text
Raw Normal View History

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