From 8ed0dbe4201a58b00d6f3743178f4cbe5328e2b0 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 6 Mar 2025 15:17:57 +0800 Subject: *: Support subgroups via SQL recursion --- templates/group_repos.tmpl | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 templates/group_repos.tmpl (limited to 'templates/group_repos.tmpl') diff --git a/templates/group_repos.tmpl b/templates/group_repos.tmpl deleted file mode 100644 index 3eae4f4..0000000 --- a/templates/group_repos.tmpl +++ /dev/null @@ -1,40 +0,0 @@ -{{/* - SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileContributor: Runxi Yu -*/}} -{{- define "group_repos" -}} - - - - {{ template "head_common" . }} - Repos – {{ .group_name }} – {{ .global.forge_title }} - - - {{ template "header" . }} -
- - - - - - - - {{- range .repos }} - - - - - {{- end }} - -
Repos in {{ .group_name }}
- {{ .Name }} - - {{ .Description }} -
-
- - - -{{- end -}} -- cgit v1.2.3