diff options
Diffstat (limited to '')
-rw-r--r-- | templates/repo_contrib_one.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_contrib_one.tmpl b/templates/repo_contrib_one.tmpl index 1083e8c..88bc2fc 100644 --- a/templates/repo_contrib_one.tmpl +++ b/templates/repo_contrib_one.tmpl @@ -7,7 +7,7 @@ <html lang="en"> <head> {{ template "head_common" . }} - <title>Merge requests – {{ .repo_name }} – {{ .group_name }} – {{ .global.forge_title }}</title> + <title>Merge requests – {{ .repo_name }} – {{ template "group_path_plain" .group_path }} – {{ .global.forge_title }}</title> </head> <body class="repo-contrib-one"> {{ template "header" . }} |