Skip to content

Commit 72d06ee

Browse files
committed
Remove issue.ref
1 parent fcc2c57 commit 72d06ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_content/sidebar_development.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<div class="ui fluid dropdown selection">
8484
<select name="source_branch_name">
8585
{{range .Branches}}
86-
<option value="{{.}}"{{if eq . $.Issue.Ref}} checked{{end}}>{{.}}</option>
86+
<option value="{{.}}">{{.}}</option>
8787
{{end}}
8888
</select>
8989
{{svg "octicon-triangle-down" 14 "dropdown icon"}}

0 commit comments

Comments
 (0)