Added views and routes for benchmarks

This commit is contained in:
2023-11-27 00:42:42 -05:00
parent 2f016d3062
commit 34faecc52c
6 changed files with 138 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<tbody>
{% for p in projects %}
<tr>
<td>{{ p.title }}</td>
<td><a href="/project/{{ p.id }}">{{ p.title }}</a></td>
<td>{{ p.updatedAt | date('m/d/Y g:ia') }}</td>
</tr>
{% endfor %}