From dd136858f1ea40ad3c94191d647487fa4f31926c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Oct 2024 20:33:49 +0200 Subject: Adding upstream version 9.0.0. Signed-off-by: Daniel Baumann --- templates/projects/new.tmpl | 66 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 templates/projects/new.tmpl (limited to 'templates/projects/new.tmpl') diff --git a/templates/projects/new.tmpl b/templates/projects/new.tmpl new file mode 100644 index 0000000..bd173b5 --- /dev/null +++ b/templates/projects/new.tmpl @@ -0,0 +1,66 @@ +

+ {{if .PageIsEditProjects}} + {{ctx.Locale.Tr "repo.projects.edit"}} +
{{ctx.Locale.Tr "repo.projects.edit_subheader"}}
+ {{else}} + {{ctx.Locale.Tr "repo.projects.new"}} +
{{ctx.Locale.Tr "repo.projects.new_subheader"}}
+ {{end}} +

+{{template "base/alert" .}} +
+ {{.CsrfTokenHtml}} +
+ +
+ + +
+
+ + +
+ + {{if not .PageIsEditProjects}} +
+ + +
+ {{end}} + +
+ + +
+
+
+
+ + {{ctx.Locale.Tr "repo.milestones.cancel"}} + + +
+
-- cgit v1.2.3