1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-09 01:14:27 +00:00

Remove issue.ref

This commit is contained in:
Lunny Xiao 2024-11-28 11:57:52 -08:00
parent fcc2c577dc
commit 72d06ee533
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -83,7 +83,7 @@
<div class="ui fluid dropdown selection">
<select name="source_branch_name">
{{range .Branches}}
<option value="{{.}}"{{if eq . $.Issue.Ref}} checked{{end}}>{{.}}</option>
<option value="{{.}}">{{.}}</option>
{{end}}
</select>
{{svg "octicon-triangle-down" 14 "dropdown icon"}}