mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 13:28:25 +00:00 
			
		
		
		
	Avoid doubled border for the PR info segment (#30663)
This commit is contained in:
		@@ -20,6 +20,7 @@
 | 
			
		||||
	{{- else if .Issue.PullRequest.CanAutoMerge}}green
 | 
			
		||||
	{{- else}}red{{end}}">{{svg "octicon-git-merge" 40}}</div>
 | 
			
		||||
	<div class="content">
 | 
			
		||||
		{{if .LatestCommitStatus}}
 | 
			
		||||
		<div class="ui attached segment fitted">
 | 
			
		||||
		{{template "repo/pulls/status" (dict
 | 
			
		||||
			"CommitStatus" .LatestCommitStatus
 | 
			
		||||
@@ -29,8 +30,9 @@
 | 
			
		||||
			"is_context_required" .is_context_required
 | 
			
		||||
		)}}
 | 
			
		||||
		</div>
 | 
			
		||||
		{{end}}
 | 
			
		||||
		{{$showGeneralMergeForm := false}}
 | 
			
		||||
		<div class="ui attached merge-section segment {{if not $.LatestCommitStatus}}no-header{{end}} flex-items-block">
 | 
			
		||||
		<div class="ui attached segment merge-section {{if not $.LatestCommitStatus}}no-header{{end}} flex-items-block">
 | 
			
		||||
			{{if .Issue.PullRequest.HasMerged}}
 | 
			
		||||
				{{if .IsPullBranchDeletable}}
 | 
			
		||||
					<div class="item item-section text tw-flex-1">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user