From 551dc8bb4ddcf784362d735cc78305e2e413d43f Mon Sep 17 00:00:00 2001 From: mohammed ahmed <64513301+mohammedahmed18@users.noreply.github.com> Date: Sun, 8 Oct 2023 09:35:20 +0300 Subject: [PATCH] [FIX] missing ctx in new_form (#27514) added the ctx for the project link in new_form.tmpl --- ![Screenshot_20231008_075757](https://github.com/go-gitea/gitea/assets/64513301/8adaa287-9e55-4428-bc48-f8e6a2080624) --- templates/repo/issue/new_form.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/issue/new_form.tmpl b/templates/repo/issue/new_form.tmpl index 62b6b5ce6f..04ae8456bb 100644 --- a/templates/repo/issue/new_form.tmpl +++ b/templates/repo/issue/new_form.tmpl @@ -134,7 +134,7 @@ {{ctx.Locale.Tr "repo.issues.new.no_projects"}}
{{if .Project}} - + {{svg .Project.IconName 18 "gt-mr-3"}}{{.Project.Title}} {{end}}