From 791aa5352f4fd1661e943c284be647b7ba46de14 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Fri, 28 Apr 2023 11:58:58 +0800 Subject: [PATCH 1/8] fix --- templates/admin/dashboard.tmpl | 22 ++-- templates/base/footer_content.tmpl | 4 +- templates/org/team/members.tmpl | 4 +- templates/org/team/repositories.tmpl | 4 +- templates/repo/diff/conversation.tmpl | 4 +- templates/repo/issue/labels/label_list.tmpl | 123 ++++++++++---------- web_src/css/base.css | 34 +----- web_src/css/helpers.css | 3 + web_src/css/home.css | 8 +- web_src/css/index.css | 1 + web_src/css/repository-issue-label.css | 44 +++++++ 11 files changed, 132 insertions(+), 119 deletions(-) create mode 100644 web_src/css/repository-issue-label.css diff --git a/templates/admin/dashboard.tmpl b/templates/admin/dashboard.tmpl index 678445137660c..91a84aebf5514 100644 --- a/templates/admin/dashboard.tmpl +++ b/templates/admin/dashboard.tmpl @@ -23,51 +23,51 @@ {{.locale.Tr "admin.dashboard.delete_inactive_accounts"}} - + {{.locale.Tr "admin.dashboard.delete_repo_archives"}} - + {{.locale.Tr "admin.dashboard.delete_missing_repos"}} - + {{.locale.Tr "admin.dashboard.git_gc_repos"}} - + {{if and (not .SSH.Disabled) (not .SSH.StartBuiltinServer)}} {{.locale.Tr "admin.dashboard.resync_all_sshkeys"}}
{{.locale.Tr "admin.dashboard.resync_all_sshkeys.desc"}} - + {{.locale.Tr "admin.dashboard.resync_all_sshprincipals"}}
{{.locale.Tr "admin.dashboard.resync_all_sshprincipals.desc"}} - + {{end}} {{.locale.Tr "admin.dashboard.resync_all_hooks"}} - + {{.locale.Tr "admin.dashboard.reinit_missing_repos"}} - + {{.locale.Tr "admin.dashboard.sync_external_users"}} - + {{.locale.Tr "admin.dashboard.repo_health_check"}} - + {{.locale.Tr "admin.dashboard.delete_generated_repository_avatars"}} - + diff --git a/templates/base/footer_content.tmpl b/templates/base/footer_content.tmpl index 17c75c6874052..c075bf3cf9950 100644 --- a/templates/base/footer_content.tmpl +++ b/templates/base/footer_content.tmpl @@ -1,5 +1,5 @@