mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
[views] mitigate Angular XSS in subscription dashboard GitOrigin-RevId: 4ac0c431d520957aabd53436ae29a30c2aef3870
17 lines
355 B
Plaintext
17 lines
355 B
Plaintext
each publisher in managedPublishers
|
|
p
|
|
| You are a manager of
|
|
|
|
|
strong(ng-non-bindable)= publisher.name
|
|
p
|
|
a(href="/publishers/" + publisher.slug + "/hub")
|
|
i.fa.fa-fw.fa-user-circle
|
|
|
|
|
| View hub
|
|
p
|
|
a(href="/manage/publishers/" + publisher.slug + "/managers")
|
|
i.fa.fa-fw.fa-users
|
|
|
|
|
| Manage publisher managers
|
|
hr
|