Skip to content

Commit 82da380

Browse files
authored
Add missing icon set for ActionRenameRepo (#16972)
Signed-off-by: a1012112796 <[email protected]>
1 parent 0767fe0 commit 82da380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/templates/helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ type Actioner interface {
777777
// ActionIcon accepts an action operation type and returns an icon class name.
778778
func ActionIcon(opType models.ActionType) string {
779779
switch opType {
780-
case models.ActionCreateRepo, models.ActionTransferRepo:
780+
case models.ActionCreateRepo, models.ActionTransferRepo, models.ActionRenameRepo:
781781
return "repo"
782782
case models.ActionCommitRepo, models.ActionPushTag, models.ActionDeleteTag, models.ActionDeleteBranch:
783783
return "git-commit"

0 commit comments

Comments
 (0)