diff options
author | silverwind <me@silverwind.io> | 2021-05-22 23:29:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-22 23:29:46 +0200 |
commit | 308b562b3c0440e800dc63b0ef2eb6777a1e0026 (patch) | |
tree | c4c55e9dbfd74afda7d754b2138c59752ecae396 /templates/repo | |
parent | 5c7e2f47b7748403a6cf649ca0feb85732dad948 (diff) | |
download | gitea-308b562b3c0440e800dc63b0ef2eb6777a1e0026.tar.gz gitea-308b562b3c0440e800dc63b0ef2eb6777a1e0026.zip |
Remove remaining fontawesome usage in templates (#15952)
Can not remove the dependency yet because easymde depends on it.
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/issue/view_content/pull.tmpl | 2 |
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 d62d4b7609..69462797a2 100644 --- a/templates/repo/issue/view_content/pull.tmpl +++ b/templates/repo/issue/view_content/pull.tmpl @@ -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))}} |