Fixed typos in model searches
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user