From c16f77e6a337994e32e593c1567e2bbd5c12c0d8 Mon Sep 17 00:00:00 2001 From: wangjr Date: Sun, 24 Apr 2022 11:19:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E6=94=AF=E5=8F=AF=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/repo/issue/branch_selector_field.tmpl | 4 +- templates/repo/issue/view_content/sidebar.tmpl | 14 +++--- web_src/js/index.js | 60 ++++++++++++++++++------- 3 files changed, 54 insertions(+), 24 deletions(-) diff --git a/templates/repo/issue/branch_selector_field.tmpl b/templates/repo/issue/branch_selector_field.tmpl index 4f80c13e5..265c14765 100644 --- a/templates/repo/issue/branch_selector_field.tmpl +++ b/templates/repo/issue/branch_selector_field.tmpl @@ -14,12 +14,12 @@
- + {{svg "octicon-git-branch" 16}} {{.i18n.Tr "repo.branches"}} - + {{.i18n.Tr "repo.tags"}} diff --git a/templates/repo/issue/view_content/sidebar.tmpl b/templates/repo/issue/view_content/sidebar.tmpl index c954ce0d6..a08656702 100644 --- a/templates/repo/issue/view_content/sidebar.tmpl +++ b/templates/repo/issue/view_content/sidebar.tmpl @@ -8,21 +8,24 @@ {{if .Issue.Ref}}{{$.RefEndName}}{{else}}{{.i18n.Tr "repo.issues.no_ref"}}{{end}}
-