From 1e0044ea1f612a0038067bd03adf4e519b34c57b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 13 Feb 2025 11:18:30 +0800 Subject: group_repos: Fix table rows --- templates/group_repos.html.tmpl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/group_repos.html.tmpl b/templates/group_repos.html.tmpl index 3166565..2d0b7d9 100644 --- a/templates/group_repos.html.tmpl +++ b/templates/group_repos.html.tmpl @@ -16,12 +16,14 @@ {{- range .repos }} - - {{ .Name }} - - - {{ .Description }} - + + + {{ .Name }} + + + {{ .Description }} + + {{- end }} -- cgit v1.2.3