diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-01 22:29:23 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-01 22:46:55 +0800 |
commit | 3a1f109493d6a0e2aa5480c5db3e065108574f5a (patch) | |
tree | fc06e6667c4a7f7e4aa4d4267b080c1fd7d447b8 /templates/_group_view.tmpl | |
parent | More segments fixes (diff) | |
download | forge-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.tmpl | 2 |
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 -}} |