From a2463de572f85bb76f3378baa1eee8f63ed86154 Mon Sep 17 00:00:00 2001 From: yp05327 <576951401@qq.com> Date: Mon, 6 Mar 2023 07:17:26 +0000 Subject: [PATCH 1/2] fix projects icons and links --- templates/org/menu.tmpl | 2 +- templates/projects/list.tmpl | 4 ++-- templates/repo/issue/new_form.tmpl | 12 ++++++------ templates/repo/projects/list.tmpl | 2 +- templates/shared/issuelist.tmpl | 2 +- templates/user/overview/header.tmpl | 2 +- templates/user/profile.tmpl | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/templates/org/menu.tmpl b/templates/org/menu.tmpl index 7ca47cd32c56e..25f459c09c56a 100644 --- a/templates/org/menu.tmpl +++ b/templates/org/menu.tmpl @@ -4,7 +4,7 @@ {{svg "octicon-repo"}} {{.locale.Tr "user.repositories"}} - {{svg "octicon-project"}} {{.locale.Tr "user.projects"}} + {{svg "octicon-project-symlink"}} {{.locale.Tr "user.projects"}} {{if .IsPackageEnabled}} diff --git a/templates/projects/list.tmpl b/templates/projects/list.tmpl index 8d9594e2b4773..489189ec45a1c 100644 --- a/templates/projects/list.tmpl +++ b/templates/projects/list.tmpl @@ -12,7 +12,7 @@ {{template "base/alert" .}}