We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f1513 commit 925bcffCopy full SHA for 925bcff
templates/repo/issue/new_form.tmpl
@@ -170,11 +170,13 @@
170
<span class="no-select item {{if .HasSelectedLabel}}gt-hidden{{end}}">
171
{{.locale.Tr "repo.issues.new.no_assignees"}}
172
</span>
173
+ <div class="selected">
174
{{range .Assignees}}
175
<a class="item gt-p-2 muted gt-hidden" id="assignee_{{.ID}}" href="{{$.RepoLink}}/issues?assignee={{.ID}}">
176
{{avatar $.Context . 28 "gt-mr-3 gt-vm"}}{{.GetDisplayName}}
177
</a>
178
{{end}}
179
+ </div>
180
</div>
181
{{if and .PageIsComparePull (not (eq .HeadRepo.FullName .BaseCompareRepo.FullName)) .CanWriteToHeadRepo}}
182
<div class="divider"></div>
0 commit comments