fixed display of tests on the dashboard

This commit is contained in:
2025-07-23 23:26:22 -04:00
parent aec77628f7
commit 822f49bcc2

View File

@ -15,7 +15,7 @@
<tbody>
<% tests.each do |t| %>
<tr>
<td><%= t.name %></td>
<td><a href="/test/<%= t.id %>"><%= t.name %></a></td>
<td><%= t.benchmark.length %></td>
<td><%= t.updated_at %></td>
</tr>