mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-02 05:29:05 +03:00
fix merge box icon color bug (#10974)
that because need some space beturn ``text`` and color defines Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
@ -39,8 +39,7 @@
|
||||
</div>
|
||||
{{end}}
|
||||
<div class="comment merge box">
|
||||
<a class="avatar text
|
||||
{{- if .Issue.PullRequest.HasMerged}}purple
|
||||
<a class="avatar text {{if .Issue.PullRequest.HasMerged}}purple
|
||||
{{- else if .Issue.IsClosed}}grey
|
||||
{{- else if .IsPullWorkInProgress}}grey
|
||||
{{- else if .IsFilesConflicted}}grey
|
||||
|
Reference in New Issue
Block a user