mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-02 21:01:49 +00:00
Merge pull request #1182 from sharelatex/ja-dashboard-metrics-links
Add links to metrics and hubs for groups and institutions GitOrigin-RevId: ca83108e1d1541fdc805218ea12847b0d7a97cf8
This commit is contained in:
parent
210ebbeaf9
commit
701ba90c7b
2 changed files with 25 additions and 2 deletions
|
@ -5,9 +5,20 @@ each managedGroupSubscription in managedGroupSubscriptions
|
|||
+teamName(managedGroupSubscription)
|
||||
p
|
||||
a.btn.btn-primary(href="/manage/groups/" + managedGroupSubscription._id + "/members")
|
||||
i.fa.fa-fw.fa-users
|
||||
|
|
||||
| Manage members
|
||||
|
|
||||
a.btn.btn-primary(href="/manage/groups/" + managedGroupSubscription._id + "/managers")
|
||||
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
|
||||
|
|
|
@ -4,6 +4,18 @@ each institution in managedInstitutions
|
|||
|
|
||||
strong= institution.name
|
||||
p
|
||||
a.btn.btn-primary(href="/manage/institutions/" + institution.v1Id + "/managers")
|
||||
a.btn.btn-primary(href="/metrics/institutions/" + institution.v1Id)
|
||||
i.fa.fa-fw.fa-line-chart
|
||||
|
|
||||
| View metrics
|
||||
p
|
||||
a(href="/institutions/" + institution.v1Id + "/hub")
|
||||
i.fa.fa-fw.fa-user-circle
|
||||
|
|
||||
| View hub
|
||||
p
|
||||
a(href="/manage/institutions/" + institution.v1Id + "/managers")
|
||||
i.fa.fa-fw.fa-users
|
||||
|
|
||||
| Manage institution managers
|
||||
hr
|
||||
|
|
Loading…
Reference in a new issue