From a1fba9829cb63cafd1e76d457105ecaa24c5d8ce Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Fri, 1 Aug 2025 17:23:01 -0400 Subject: [PATCH] Added titles to a few pages --- views/benchmark/list.twig | 2 ++ views/component/list.twig | 2 ++ views/test/list.twig | 2 ++ 3 files changed, 6 insertions(+) diff --git a/views/benchmark/list.twig b/views/benchmark/list.twig index d3f422f..9d29181 100644 --- a/views/benchmark/list.twig +++ b/views/benchmark/list.twig @@ -3,6 +3,8 @@ {% block title %}List of Benchmarks{% endblock %} {% block content %} +

List of Benchmarks

+

Create new Benchmark

{% if benchmarks | length > 0 %} diff --git a/views/component/list.twig b/views/component/list.twig index 93fca33..251e0c9 100644 --- a/views/component/list.twig +++ b/views/component/list.twig @@ -3,6 +3,8 @@ {% block title %}List of Hardware Components{% endblock %} {% block content %} +

List of Hardware Components

+

Create new Hardware Component

{% if components | length > 0 %} diff --git a/views/test/list.twig b/views/test/list.twig index dbc7051..609b254 100644 --- a/views/test/list.twig +++ b/views/test/list.twig @@ -3,6 +3,8 @@ {% block title %}List of Tests{% endblock %} {% block content %} +

List of Hardware Tests

+

Create new test

{% if tests | length > 0 %}