Skip to content
Snippets Groups Projects
Commit c2bbb593 authored by Colin Jakob's avatar Colin Jakob
Browse files

Project is no longer displayed twice

parent bd52bc6b
No related merge requests found
......@@ -52,7 +52,7 @@
<!-- HTMX loads tab content without full page reload -->
<button class="nav-link {{ if eq .Data.ActiveTab "general" }}active{{ end }}"
hx-get="/project/{{ .Data.Project.ID.Hex }}?tab=general"
hx-target="#tab-content"
hx-target="body"
hx-push-url="true">
ℹ️ Allgemein
</button>
......@@ -61,7 +61,7 @@
<li class="nav-item" role="presentation">
<button class="nav-link {{ if eq .Data.ActiveTab "requirements" }}active{{ end }}"
hx-get="/project/{{ .Data.Project.ID.Hex }}?tab=requirements"
hx-target="#tab-content"
hx-target="body"
hx-push-url="true">
✅ Anforderungen
<!-- Show requirements count in badge -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment