aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/view_content
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2020-09-04 18:36:37 +0200
committerGitHub <noreply@github.com>2020-09-04 12:36:37 -0400
commitca81b6528b697f1bef802558c55aeea1028f3a8c (patch)
tree08375824e805903bf594b5100ed7a245b0b258e9 /templates/repo/issue/view_content
parente710a3498129a53343e08279012ea9c45988349f (diff)
downloadgitea-ca81b6528b697f1bef802558c55aeea1028f3a8c.tar.gz
gitea-ca81b6528b697f1bef802558c55aeea1028f3a8c.zip
UI: Inform user what meaning hourglass on reviews has (#12713)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'templates/repo/issue/view_content')
-rw-r--r--templates/repo/issue/view_content/pull.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_content/pull.tmpl b/templates/repo/issue/view_content/pull.tmpl
index b9254adeab..2a5198f962 100644
--- a/templates/repo/issue/view_content/pull.tmpl
+++ b/templates/repo/issue/view_content/pull.tmpl
@@ -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}}