Fixed typos in model searches

This commit is contained in:
Gregory Ballantine
2024-05-29 09:16:32 -04:00
parent ab6b94cb5f
commit 9ddf7fa928
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>