aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/group_repos.html.tmpl14
1 files changed, 8 insertions, 6 deletions
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 @@
</thead>
<tbody>
{{- range .repos }}
- <td>
- <a href="{{ .Name }}/">{{ .Name }}</a>
- </td>
- <td>
- {{ .Description }}
- </td>
+ <tr>
+ <td>
+ <a href="{{ .Name }}/">{{ .Name }}</a>
+ </td>
+ <td>
+ {{ .Description }}
+ </td>
+ </tr>
{{- end }}
</tbody>
</table>