mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 09:09:02 +00:00
Add missing icon set for ActionRenameRepo
(#16972)
Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
parent
0767fe0d80
commit
82da380af7
|
@ -777,7 +777,7 @@ type Actioner interface {
|
||||||
// ActionIcon accepts an action operation type and returns an icon class name.
|
// ActionIcon accepts an action operation type and returns an icon class name.
|
||||||
func ActionIcon(opType models.ActionType) string {
|
func ActionIcon(opType models.ActionType) string {
|
||||||
switch opType {
|
switch opType {
|
||||||
case models.ActionCreateRepo, models.ActionTransferRepo:
|
case models.ActionCreateRepo, models.ActionTransferRepo, models.ActionRenameRepo:
|
||||||
return "repo"
|
return "repo"
|
||||||
case models.ActionCommitRepo, models.ActionPushTag, models.ActionDeleteTag, models.ActionDeleteBranch:
|
case models.ActionCommitRepo, models.ActionPushTag, models.ActionDeleteTag, models.ActionDeleteBranch:
|
||||||
return "git-commit"
|
return "git-commit"
|
||||||
|
|
Loading…
Reference in a new issue