feat: adds next route to login.

This commit is contained in:
2026-01-04 09:30:14 -05:00
parent a61c772f7b
commit f159c3ab75
11 changed files with 2326 additions and 56 deletions

View File

@@ -69,7 +69,7 @@ extension ProjectsTable {
td {
a(
.class("btn btn-success"),
.href(route: .project(.detail(project.id)))
.href(route: .project(.detail(project.id, .index)))
) { ">" }
}
}