From 02acd8496f181ece49ad24dd8f61c23b9b95cd5f Mon Sep 17 00:00:00 2001 From: Sage Pointer Date: Fri, 5 Oct 2018 18:23:43 +0200 Subject: [PATCH] Fix missing AppSubUrl in some templates --- templates/explore/repo_list.tmpl | 2 +- templates/repo/home.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index e769e4b7fdae8..625a67dfbd074 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}} diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 8c81ae29ea835..cc2d65e7637b7 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -24,7 +24,7 @@ {{end}}
- {{range .Topics}}{{.Name}}{{end}} + {{range .Topics}}{{.Name}}{{end}} {{if .IsRepositoryAdmin}}{{.i18n.Tr "repo.topic.manage_topics"}}{{end}}
{{if .IsRepositoryAdmin}}