diff options
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 -}} |