From 925bcff1a3e560a0d4d1cbdf5e15f507d4520d6c Mon Sep 17 00:00:00 2001 From: yp05327 <576951401@qq.com> Date: Fri, 4 Aug 2023 06:48:29 +0000 Subject: [PATCH] fix --- templates/repo/issue/new_form.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/repo/issue/new_form.tmpl b/templates/repo/issue/new_form.tmpl index c5da5b08822da..aa680217487bf 100644 --- a/templates/repo/issue/new_form.tmpl +++ b/templates/repo/issue/new_form.tmpl @@ -170,11 +170,13 @@ {{.locale.Tr "repo.issues.new.no_assignees"}} +
{{range .Assignees}} {{avatar $.Context . 28 "gt-mr-3 gt-vm"}}{{.GetDisplayName}} {{end}} +
{{if and .PageIsComparePull (not (eq .HeadRepo.FullName .BaseCompareRepo.FullName)) .CanWriteToHeadRepo}}