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

Remove remaining fontawesome usage in templates (#15952)

Can not remove the dependency yet because easymde depends on it.
This commit is contained in:
silverwind
2021-05-22 23:29:46 +02:00
committed by GitHub
parent 5c7e2f47b7
commit 308b562b3c
11 changed files with 17 additions and 16 deletions

View File

@@ -35,7 +35,7 @@
<div class="review-item-right">
{{if .Review.Stale}}
<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>
{{svg "octicon-hourglass" 16 "icon"}}
</span>
{{end}}
{{if (and $.Permission.IsAdmin (or (eq .Review.Type 1) (eq .Review.Type 3)) (not $.Issue.IsClosed))}}