From 1e0044ea1f612a0038067bd03adf4e519b34c57b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 13 Feb 2025 11:18:30 +0800 Subject: [PATCH] group_repos: Fix table rows --- templates/group_repos.html.tmpl | 14 ++++++++------ diff --git a/templates/group_repos.html.tmpl b/templates/group_repos.html.tmpl index 3166565f2ef5db714721e12a8e210da35e83142b..2d0b7d9468d4fb9a62f60e5bdcfaf837a9cdaaad 100644 --- a/templates/group_repos.html.tmpl +++ b/templates/group_repos.html.tmpl @@ -16,12 +16,14 @@ {{- range .repos }} - - {{ .Name }} - - - {{ .Description }} - + + + {{ .Name }} + + + {{ .Description }} + + {{- end }} -- 2.48.1