From d9bd153b75997815fe1efc5f3d0aabfe99a23e00 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 6 Mar 2025 20:57:57 +0800 Subject: group/index: Add create repo form --- templates/group.tmpl | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/templates/group.tmpl b/templates/group.tmpl index 5ddae0f..00752c7 100644 --- a/templates/group.tmpl +++ b/templates/group.tmpl @@ -17,8 +17,45 @@ {{ if .description }}

{{ .description }}

{{ end }} + {{ template "group_view" . }} + {{ if .direct_access }} +
+
+ + + + + + + + + + + + + + + + + +
+ Create repo +
Repo name + +
+
+
+
+
+ +
+
+
+
+
+ {{ end }} -- cgit v1.2.3