mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-08-07 23:00:04 +02:00

[web] Update admin panel to use `.ol-tabs` style GitOrigin-RevId: c9e808c5534e5f033a8e829b35b0c6bd865cb596
10 lines
238 B
Text
10 lines
238 B
Text
mixin bookmarkable-tabset-header(id, title, active)
|
|
li(role="presentation")
|
|
a.nav-link(
|
|
href='#' + id
|
|
class=(active ? 'active' : '')
|
|
aria-controls=id
|
|
role="tab"
|
|
data-toggle="tab"
|
|
data-ol-bookmarkable-tab
|
|
) #{title}
|