From 066b3206b637750dcd747e92ef8bfb1c36a8c5d2 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Tue, 18 Jan 2022 15:12:38 +0800 Subject: [PATCH 1/3] fix issue --- templates/org/repo_list.tmpl | 4 ++-- templates/org/select_pro.tmpl | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/org/repo_list.tmpl b/templates/org/repo_list.tmpl index eab03c591..c763f8976 100644 --- a/templates/org/repo_list.tmpl +++ b/templates/org/repo_list.tmpl @@ -33,7 +33,7 @@ {{end}} - {{if or $.PageIsExplore $.PageIsProfileStarList }}{{if .Owner}}{{.Owner.Name}} / {{end}}{{end}}{{.Name}} + {{if or $.PageIsExplore $.PageIsProfileStarList }}{{if .Owner}}{{.Owner.Name}} / {{end}}{{end}}{{if .Alias}}{{.Alias}}{{else}}{{.Name}}{{end}} {{if .IsArchived}}{{end}} {{if .IsPrivate}} @@ -70,4 +70,4 @@ {{$.i18n.Tr "explore.repo_no_results"}} {{end}} - + \ No newline at end of file diff --git a/templates/org/select_pro.tmpl b/templates/org/select_pro.tmpl index 647bccd57..220dba9a5 100755 --- a/templates/org/select_pro.tmpl +++ b/templates/org/select_pro.tmpl @@ -87,7 +87,7 @@
@@ -165,6 +165,7 @@