1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Improve reviewing PR UX (#19612)

This commit is contained in:
Gusted
2022-05-07 05:35:12 +00:00
committed by GitHub
parent 5a9c505e14
commit 0eac09e066
7 changed files with 74 additions and 3 deletions

View File

@@ -37,7 +37,7 @@
<div class="comment-header-right actions df ac">
{{if and .Review}}
{{if eq .Review.Type 0}}
<div class="ui label basic small yellow">
<div class="ui label basic small yellow pending-label">
{{$.root.i18n.Tr "repo.issues.review.pending"}}
</div>
{{else}}