forked from kevadesu/forgejo
Fix styling for PR merge section when no checks (#11609)
Makes styling consistent between two cases. Also removed unnecessary double border.
This commit is contained in:
parent
0a7c5623d7
commit
75739d00cb
3 changed files with 15 additions and 3 deletions
|
@ -75,7 +75,7 @@
|
|||
{{- else}}red{{end}}">{{svg "octicon-git-merge" 32}}</a>
|
||||
<div class="content">
|
||||
{{template "repo/pulls/status" .}}
|
||||
<div class="ui {{if not $.LatestCommitStatus}}top attached header{{else}}attached merge-section segment{{end}}">
|
||||
<div class="ui attached merge-section segment {{if not $.LatestCommitStatus}}no-header{{end}}">
|
||||
{{if .Issue.PullRequest.HasMerged}}
|
||||
<div class="item text purple">
|
||||
{{if .Issue.PullRequest.MergedCommitID}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue