summaryrefslogtreecommitdiffstats
path: root/modules/templates
diff options
context:
space:
mode:
Diffstat (limited to 'modules/templates')
-rw-r--r--modules/templates/helper.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/templates/helper.go b/modules/templates/helper.go
index 00b07dcec9..f8a93228dd 100644
--- a/modules/templates/helper.go
+++ b/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"