File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
templates/repo/issue/view_content Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<span class="text"><strong>{{ctx.Locale.Tr "repo.issues.development"}}</strong></span>
22<div class="ui devlinks list">
3+ {{if not .Issue.IsClosed}}
34<div>
4- <a class="tw-mt-1 fluid ui show-modal" data-modal="#create_branch">{{ctx.Locale.Tr "repo.branch.new_branch"}}</a>
5+ <a class="tw-mt-1 fluid ui show-modal" data-modal="#create_branch">{{ctx.Locale.Tr "repo.branch.new_branch"}}</a>
56</div>
7+ {{end}}
68{{range .DevLinks}}
79 {{if .PullRequest}}
810 <span>{{template "shared/issueicon" .PullRequest.Issue}}
6062 <label for="source_repository">{{ctx.Locale.Tr "repository"}}</label>
6163 <div class="ui fluid dropdown selection">
6264 <select name="repo_id">
63- <option value=""> </option>
6465 {{range .AllowedRepos}}
6566 <option value="{{.ID}}">{{.FullName}}</option>
6667 {{end}}
8182 <label for="source_branch_name">{{ctx.Locale.Tr "repo.issues.base_branch"}}</label>
8283 <div class="ui fluid dropdown selection">
8384 <select name="source_branch_name">
84- <option value=""> </option>
8585 {{range .Branches}}
8686 <option value="{{.}}"{{if eq . $.Issue.Ref}} checked{{end}}>{{.}}</option>
8787 {{end}}
You can’t perform that action at this time.
0 commit comments