Add missing icon set for `ActionRenameRepo` (#16972)

Signed-off-by: a1012112796 <1012112796@qq.com>
tokarchuk/v1.17
a1012112796 3 years ago committed by GitHub
parent 0767fe0d80
commit 82da380af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/templates/helper.go

@ -777,7 +777,7 @@ type Actioner interface {
// ActionIcon accepts an action operation type and returns an icon class name.
func ActionIcon(opType models.ActionType) string {
switch opType {
case models.ActionCreateRepo, models.ActionTransferRepo:
case models.ActionCreateRepo, models.ActionTransferRepo, models.ActionRenameRepo:
return "repo"
case models.ActionCommitRepo, models.ActionPushTag, models.ActionDeleteTag, models.ActionDeleteBranch:
return "git-commit"

Loading…
Cancel
Save