mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
701ba90c7b
Add links to metrics and hubs for groups and institutions GitOrigin-RevId: ca83108e1d1541fdc805218ea12847b0d7a97cf8
21 lines
485 B
Text
21 lines
485 B
Text
each institution in managedInstitutions
|
|
p
|
|
| You are a manager of
|
|
|
|
|
strong= institution.name
|
|
p
|
|
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
|