loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Avoid doubled border for the PR info segment (#30663)

(cherry picked from commit 2ee93ea17869de8fe24c6965fa3416ff30d55c5a)

authored by

wxiaoguang and committed by
Earl Warren
bafe2373 561a7cf5

+3 -1
+3 -1
templates/repo/issue/view_content/pull.tmpl
··· 20 20 {{- else if .Issue.PullRequest.CanAutoMerge}}green 21 21 {{- else}}red{{end}}">{{svg "octicon-git-merge" 40}}</div> 22 22 <div class="content"> 23 + {{if .LatestCommitStatus}} 23 24 <div class="ui attached segment fitted"> 24 25 {{template "repo/pulls/status" (dict 25 26 "CommitStatus" .LatestCommitStatus ··· 29 30 "is_context_required" .is_context_required 30 31 )}} 31 32 </div> 33 + {{end}} 32 34 {{$showGeneralMergeForm := false}} 33 - <div class="ui attached merge-section segment {{if not $.LatestCommitStatus}}no-header{{end}} flex-items-block"> 35 + <div class="ui attached segment merge-section {{if not $.LatestCommitStatus}}no-header{{end}} flex-items-block"> 34 36 {{if .Issue.PullRequest.HasMerged}} 35 37 {{if .IsPullBranchDeletable}} 36 38 <div class="item item-section text tw-flex-1">