fix(ui): Update few links in web UI from 'browse' to '/browse/' (#7445)

* Update few links in web UI from 'browse' to '/browse/'

Signed-off-by: rampa3 <68955305+rampa3@users.noreply.github.com>

* Update core/http/views/404.html

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>

* Update core/http/views/error.html

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>

* Update core/http/views/manage.html

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>

---------

Signed-off-by: rampa3 <68955305+rampa3@users.noreply.github.com>
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
rampa3
2025-12-06 22:40:26 +01:00
committed by GitHub
parent c3493e4917
commit 6aee29d18f
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
<i class="fas fa-home mr-2"></i>
<span>Return Home</span>
</a>
<a href="browse"
<a href="browse/"
class="inline-flex items-center bg-[#8B5CF6] hover:bg-[#8B5CF6]/90 text-white font-semibold py-3 px-6 rounded-lg transition-colors">
<i class="fas fa-images mr-2"></i>
<span>Browse Gallery</span>
@@ -49,4 +49,4 @@
</div>
</body>
</html>
</html>

View File

@@ -24,7 +24,7 @@
<i class="fas fa-home mr-2"></i>
<span>Return Home</span>
</a>
<a href="browse"
<a href="browse/"
class="inline-flex items-center bg-[#8B5CF6] hover:bg-[#8B5CF6]/90 text-white font-semibold py-3 px-6 rounded-lg transition-colors">
<i class="fas fa-images mr-2"></i>
<span>Browse Gallery</span>
@@ -49,4 +49,4 @@
</div>
</body>
</html>
</html>

View File

@@ -43,7 +43,7 @@
<!-- Quick Actions -->
<div class="flex flex-wrap justify-center gap-3">
<a href="browse" class="btn-primary text-sm py-1.5 px-3">
<a href="browse/" class="btn-primary text-sm py-1.5 px-3">
<i class="fas fa-images mr-1.5 text-[10px]"></i>
<span>Model Gallery</span>
</a>