mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
2a935d7ab5
[web] de-ng some of the complex pages GitOrigin-RevId: 6c85bbf2d21cb2e8d3441202dfd299512bf71453
9 lines
226 B
Text
9 lines
226 B
Text
mixin bookmarkable-tabset-header(id, title, active)
|
|
li(role="presentation" class=(active ? 'active' : ''))
|
|
a(
|
|
href='#' + id
|
|
aria-controls=id
|
|
role="tab"
|
|
data-toggle="tab"
|
|
data-ol-bookmarkable-tab
|
|
) #{title}
|