From c6daee6da6a095bd68e2f4e418e5abe0f4c5e3c2 Mon Sep 17 00:00:00 2001 From: SagePtr Date: Fri, 5 Oct 2018 19:22:33 +0200 Subject: Fix missing AppSubUrl in some templates (#5020) --- templates/explore/repo_list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/explore') diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index e769e4b7fd..625a67dfbd 100644 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -20,7 +20,7 @@ {{if .Topics }}
{{range .Topics}} - {{if ne . "" }}
{{.}}
{{end}} + {{if ne . "" }}
{{.}}
{{end}} {{end}}
{{end}} -- cgit v1.2.3