From 7373966c7abbd0824e3d816137014025504542f6 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 29 Mar 2018 17:12:38 +0800 Subject: [PATCH] use green basic as topic label --- templates/explore/repo_list.tmpl | 2 +- templates/repo/home.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index cfbf0fff37fd..16507df16ae5 100644 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -18,7 +18,7 @@ {{if .DescriptionHTML}}

{{.DescriptionHTML}}

{{end}}
- {{range .Topics}}
{{.}}
{{end}} + {{range .Topics}}
{{.}}
{{end}}

{{$.i18n.Tr "org.repo_updated"}} {{TimeSinceUnix .UpdatedUnix $.i18n.Lang}}

diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index ea5e92b70312..a403ce66111b 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}} @@ -33,7 +33,7 @@