1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-23 16:14:17 -04:00

chore: use octicon-mirror for feeds display (#13928)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
Gary Wang 2020-12-11 07:06:45 +08:00 committed by GitHub
parent d0043ffb7f
commit c11cf4bb39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -787,7 +787,7 @@ func ActionIcon(opType models.ActionType) string {
case models.ActionReopenIssue, models.ActionReopenPullRequest:
return "issue-reopened"
case models.ActionMirrorSyncPush, models.ActionMirrorSyncCreate, models.ActionMirrorSyncDelete:
return "repo-clone"
return "mirror"
case models.ActionApprovePullRequest:
return "check"
case models.ActionRejectPullRequest: