Fixed typos in model searches

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent 10298cbf7c
commit 293098e173
4 changed files with 7 additions and 7 deletions

View File

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