mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-19 03:03:39 +09:00
fix: allow re-requesting uncounted review approvals (#38988)
This commit is contained in:
@@ -223,7 +223,7 @@ func (r *Review) HTMLTypeColorClass() string {
|
||||
case ReviewTypeReject:
|
||||
return "tw-text-red"
|
||||
case ReviewTypeRequest:
|
||||
return "tw-text-yellow"
|
||||
return util.Iif(r.Official, "tw-text-yellow", "tw-text-text-light")
|
||||
}
|
||||
return "tw-text-text-light"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user