From dda1092e74fa82f23a7ad62434fc60200f8df5ca Mon Sep 17 00:00:00 2001 From: ᴜɴᴋɴᴡᴏɴ Date: Fri, 18 Sep 2020 16:19:31 +0800 Subject: gitutil: infer submodule with baseURL when it is a relative path (#6337) --- templates/repo/view_list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/repo/view_list.tmpl') diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl index fd0852d8..93390909 100644 --- a/templates/repo/view_list.tmpl +++ b/templates/repo/view_list.tmpl @@ -28,7 +28,7 @@ {{if .Submodule}} - {{.Entry.Name}} @ {{ShortSHA1 .Submodule.Commit}} + {{.Entry.Name}} @ {{ShortSHA1 .Submodule.Commit}} {{else}} -- cgit v1.2.3