Added some linkage around the app between tests, benchmarks and hardware

This commit is contained in:
2025-06-23 18:56:19 -04:00
parent 5394959880
commit ebd5337a6c
4 changed files with 55 additions and 1 deletions

View File

@ -5,6 +5,8 @@
{% block content %}
<div class="row">
<h2>Test: {{ test.title }}</h2>
<h4>Hardware tested: <a href="/hardware/{{ test.getHardware().id }}">{{ test.getHardware().name }}</a></h4>
</div>
<hr>