From d9bd153b75997815fe1efc5f3d0aabfe99a23e00 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 06 Mar 2025 20:57:57 +0800 Subject: [PATCH] group/index: Add create repo form --- templates/group.tmpl | 37 +++++++++++++++++++++++++++++++++++++ diff --git a/templates/group.tmpl b/templates/group.tmpl index 5ddae0f68a461298d1351924ea397bd2ad900ec3..00752c79dee67ac141679cbe3e396686bbae4d2e 100644 --- a/templates/group.tmpl +++ b/templates/group.tmpl @@ -17,8 +17,45 @@

{{ range $i, $s := .group_path }}{{ $s }}{{ if ne $i (len $group_path) }} / {{ end }}{{ end }} {{ if .description }}

{{ .description }}

{{ end }} + {{ template "group_view" . }} + {{ if .direct_access }} +
+
+ + + + + + + + + + + + + + + + + +
+ Create repo +
Repo name + +
+
+
+
+
+ +
+
+
+
+
+ {{ end }} -- 2.48.1