Fixed typo in benchmark list view

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent 743a108add
commit 10298cbf7c

View File

@ -13,7 +13,7 @@
</tr>
</thead>
<tbody>
{{ range $h := .benchmark }}
{{ range $h := .benchmarks }}
<tr>
<td><a href="/benchmark/{{ $h.ID }}">{{ $h.Name }}</a></td>
<td>{{ $h.CreatedAt.Format "01/02/2006 15:04am" }}</td>