overleaf-cep/services/web/app/views/_mixins/bookmarkable_tabset.pug
Rebeka Dekany 79e5a884f5 Use meta tags for user info and refactor syntax for conditional classes (#26617)
* Use meta tags for user info data

* Remove Back button

* Refactor syntax for conditional classes

* Inline meta tags

* Keep "Please go back and try again" text

* Shorthand classname

GitOrigin-RevId: 3b78bff04b4fb8dc7fdecf5b663d2a4f64c3218b
2025-07-02 08:05:07 +00:00

10 lines
222 B
Text

mixin bookmarkable-tabset-header(id, title, active)
li(role='presentation')
a.nav-link(
href='#' + id
class={active}
aria-controls=id
role='tab'
data-toggle='tab'
data-ol-bookmarkable-tab
) #{title}