Browse Source

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

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.15.0-dev
Gary Wang GitHub 4 years ago
parent
commit
6c57074b6f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/templates/helper.go

+ 1
- 1
modules/templates/helper.go 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:


Loading…
Cancel
Save