File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 {{end}}
1111 {{range .DevLinks}}
1212 {{if .PullRequest}}
13- <div class="tw-flex tw-items-center tw-overflow-hidden tw-max-w-full">
13+ <div class="tw-flex tw-items-center tw-overflow-hidden tw-max-w-full tw-mt-2 ">
1414 <span class="tw-mr-1">{{template "shared/issueicon" .PullRequest.Issue}}</span>
1515 <a href="{{.PullRequest.Issue.Link}}" class="ref-issue item tw-overflow-hidden gt-ellipsis tw-whitespace-nowrap">
1616 {{.PullRequest.Issue.Title}}
3131 {{end}}
3232 </div>
3333 {{else if and .Branch .DisplayBranch}}
34- <div class="tw-flex tw-justify-between tw-items-center">
34+ <div class="tw-flex tw-justify-between tw-items-center tw-mt-2 ">
3535 <div class="tw-flex tw-left tw-items-center tw-overflow-hidden tw-max-w-full">
3636 {{svg "octicon-git-branch" 14 "tw-mr-1"}}
3737 <a href="{{.Branch.Repo.Link}}/src/branch/{{.Branch.Name}}" data-tooltip-content="{{.BranchFullName}}" class="tw-overflow-hidden gt-ellipsis tw-whitespace-nowrap">
8484
8585 <div class="required field">
8686 <label for="source_branch_name">{{ctx.Locale.Tr "repo.issues.base_branch"}}</label>
87- <div class="ui selection dropdown">
87+ <div class="ui selection owner dropdown">
8888 <input type="hidden" id="source_branch_name" name="source_branch_name" value="{{.Issue.Repo.DefaultBranch}}" required>
8989 <span class="text truncated-item-container" data-value="{{.Issue.Repo.DefaultBranch}}" title="{{.Issue.Repo.DefaultBranch}}">
9090 <span class="truncated-item-name">{{.Issue.Repo.DefaultBranch}}</span>
You can’t perform that action at this time.
0 commit comments