2018-11-20 05:48:21 -05:00
|
|
|
each managedGroupSubscription in managedGroupSubscriptions
|
|
|
|
p
|
|
|
|
| You are a manager of
|
|
|
|
|
|
|
|
|
+teamName(managedGroupSubscription)
|
|
|
|
p
|
|
|
|
a.btn.btn-primary(href="/manage/groups/" + managedGroupSubscription._id + "/members")
|
2018-11-30 08:03:35 -05:00
|
|
|
i.fa.fa-fw.fa-users
|
|
|
|
|
|
2018-11-20 05:48:21 -05:00
|
|
|
| Manage members
|
|
|
|
|
|
2018-11-30 08:03:35 -05:00
|
|
|
p
|
|
|
|
a(href="/manage/groups/" + managedGroupSubscription._id + "/managers")
|
|
|
|
i.fa.fa-fw.fa-users
|
|
|
|
|
|
2018-11-20 05:48:21 -05:00
|
|
|
| Manage group managers
|
2018-11-30 08:03:35 -05:00
|
|
|
|
|
|
|
|
p
|
|
|
|
a(href="/metrics/groups/" + managedGroupSubscription._id)
|
|
|
|
i.fa.fa-fw.fa-line-chart
|
|
|
|
|
|
|
|
|
| View metrics
|
2018-11-20 05:48:21 -05:00
|
|
|
|
|
|
|
hr
|