From 143aa8c666516f3398415759ba781b7a1db243c6 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 15 Jan 2026 21:48:34 -0800 Subject: [PATCH] Allow fork and delete directory --- templates/repo/view_content.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/view_content.tmpl b/templates/repo/view_content.tmpl index cbac675902..20c8f2bd0c 100644 --- a/templates/repo/view_content.tmpl +++ b/templates/repo/view_content.tmpl @@ -102,7 +102,7 @@ {{if and (.Repository.CanContentChange) (not $isTreePathRoot)}}
- + {{svg "octicon-trash" 16}}{{ctx.Locale.Tr "repo.editor.delete_this_directory"}} {{end}}