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 branches found
No related tags found
1 merge request!4merge dev to main
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<!-- HTMX loads tab content without full page reload --> <!-- HTMX loads tab content without full page reload -->
<button class="nav-link {{ if eq .Data.ActiveTab "general" }}active{{ end }}" <button class="nav-link {{ if eq .Data.ActiveTab "general" }}active{{ end }}"
hx-get="/project/{{ .Data.Project.ID.Hex }}?tab=general" hx-get="/project/{{ .Data.Project.ID.Hex }}?tab=general"
hx-target="#tab-content" hx-target="body"
hx-push-url="true"> hx-push-url="true">
ℹ️ Allgemein ℹ️ Allgemein
</button> </button>
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<li class="nav-item" role="presentation"> <li class="nav-item" role="presentation">
<button class="nav-link {{ if eq .Data.ActiveTab "requirements" }}active{{ end }}" <button class="nav-link {{ if eq .Data.ActiveTab "requirements" }}active{{ end }}"
hx-get="/project/{{ .Data.Project.ID.Hex }}?tab=requirements" hx-get="/project/{{ .Data.Project.ID.Hex }}?tab=requirements"
hx-target="#tab-content" hx-target="body"
hx-push-url="true"> hx-push-url="true">
✅ Anforderungen ✅ Anforderungen
<!-- Show requirements count in badge --> <!-- 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