Skip to content

Commit

Permalink
Fixed tab navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Dec 9, 2024
1 parent 2fca01c commit a361de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openatlas/templates/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<li class="nav-item" role="presentation">
<a
class="fw-normal py-1 nav-link {% if loop.first %}active{% endif %}"
data-bs-toggle="tooltip"
data-bs-toggle="tab"
data-bs-placement="top"
title="{{ tab.tooltip }}"
role="tab"
Expand Down

0 comments on commit a361de6

Please sign in to comment.