mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
changing to pug conditional format for admin page conditional render (#30302)
GitOrigin-RevId: 38006bc5378151219e7c219f292c167ed27bb38e
This commit is contained in:
committed by
Copybot
parent
7d9f7f131b
commit
9a6c2edf16
@@ -89,7 +89,7 @@ block content
|
||||
- let currentSection = null
|
||||
each row in privilegesMatrix.privileges
|
||||
- const privilege = row.privilege
|
||||
- if (currentSection !== privilege.section)
|
||||
if currentSection !== privilege.section
|
||||
- currentSection = privilege.section
|
||||
tr.section-header
|
||||
td(colspan=privilegesMatrix.roles.length + 1)
|
||||
|
||||
Reference in New Issue
Block a user