mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
UI: Inform user what meaning hourglass on reviews has (#12713)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
e710a34981
commit
ca81b6528b
2 changed files with 2 additions and 1 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue