From dac60a6010a664f8eb6405a032607753c91ccc56 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 30 Dec 2024 15:29:59 +0400 Subject: [PATCH] Fixed a current path under the table. --- web/index.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.templ b/web/index.templ index d3b553b..80f7472 100644 --- a/web/index.templ +++ b/web/index.templ @@ -81,7 +81,7 @@ templ Index(currentPath, progVer string, stat *files.DirStat, entries *[]files.D
- @templ.Raw(currentPath) + { i18n.T(ctx, "curpath-root") }@templ.Raw(currentPathToLink(currentPath))