aboutsummaryrefslogtreecommitdiff
path: root/templates/_group_view.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-01 22:29:23 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-01 22:46:55 +0800
commit3a1f109493d6a0e2aa5480c5db3e065108574f5a (patch)
treefc06e6667c4a7f7e4aa4d4267b080c1fd7d447b8 /templates/_group_view.tmpl
parentMore segments fixes (diff)
downloadforge-3a1f109493d6a0e2aa5480c5db3e065108574f5a.tar.gz
forge-3a1f109493d6a0e2aa5480c5db3e065108574f5a.tar.zst
forge-3a1f109493d6a0e2aa5480c5db3e065108574f5a.zip
Change /: in templates
Probably more nasty ones to come
Diffstat (limited to 'templates/_group_view.tmpl')
-rw-r--r--templates/_group_view.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_group_view.tmpl b/templates/_group_view.tmpl
index d72b55b..92b6639 100644
--- a/templates/_group_view.tmpl
+++ b/templates/_group_view.tmpl
@@ -43,7 +43,7 @@
{{- range .repos -}}
<tr>
<td>
- <a href=":/repos/{{- .Name | path_escape -}}/">{{- .Name -}}</a>
+ <a href="-/repos/{{- .Name | path_escape -}}/">{{- .Name -}}</a>
</td>
<td>
{{- .Description -}}