From 8b4f99cd347e2e5a1ffa0c4ca0fec488c1551f60 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Fri, 7 Jan 2022 10:35:02 +0800 Subject: [PATCH] fix issue --- templates/repo/debugjob/index.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/repo/debugjob/index.tmpl b/templates/repo/debugjob/index.tmpl index a50c35eda..dcededd33 100755 --- a/templates/repo/debugjob/index.tmpl +++ b/templates/repo/debugjob/index.tmpl @@ -388,7 +388,7 @@
- {{if .CanDel}} + {{if .CanDebug}} {{$.i18n.Tr "repo.submit_image"}} {{else}} {{$.i18n.Tr "repo.submit_image"}} @@ -396,7 +396,7 @@
- {{if .CanDel}} + {{if .CanDebug}} {{$.i18n.Tr "repo.download"}} {{else}} {{$.i18n.Tr "repo.download"}}