mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 10:18:38 +00:00
UI: Inform user what meaning hourglass on reviews has (#12713)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</div>
|
||||
<div class="review-item-right">
|
||||
{{if .Stale}}
|
||||
<span class="type-icon text grey">
|
||||
<span class="ui poping up type-icon text grey" data-content="{{$.i18n.Tr "repo.issues.is_stale"}}">
|
||||
<i class="octicon icon fa-hourglass-end"></i>
|
||||
</span>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user