aboutsummaryrefslogtreecommitdiff
path: root/templates/index.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-06 22:30:57 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-06 22:31:12 +0800
commitc37d627b529fc8d03328fc77efc57b19ecd0e8f0 (patch)
treed3e532cf48afd5edd819027301891d2923ea43e3 /templates/index.tmpl
parentUpdate hosted forge links (diff)
downloadforge-c37d627b529fc8d03328fc77efc57b19ecd0e8f0.tar.gz
forge-c37d627b529fc8d03328fc77efc57b19ecd0e8f0.tar.zst
forge-c37d627b529fc8d03328fc77efc57b19ecd0e8f0.zip
*: Add column headers to tables
Diffstat (limited to 'templates/index.tmpl')
-rw-r--r--templates/index.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/index.tmpl b/templates/index.tmpl
index 2e039a9..58aadc1 100644
--- a/templates/index.tmpl
+++ b/templates/index.tmpl
@@ -17,6 +17,10 @@
<tr>
<th colspan="2" class="title-row">Groups</th>
</tr>
+ <tr>
+ <th scope="col">Name</th>
+ <th scope="col">Description</th>
+ </tr>
</thead>
<tbody>
{{- range .groups }}