summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/report.html
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2025-12-01 15:16:51 +0100
committerGitHub2025-12-01 15:16:51 +0100
commiteb6b26d33ec16d7880992268af5414b77abe521d (patch)
treeacd7d18bb1bf764104f6ef8e9a77eb0d2b80e8e2 /src/main/resources/templates/report.html
parentb7613a4bdf9b25c956f8002cbf185c3b130b3111 (diff)
feat: add footer containing version number (#204)
Diffstat (limited to 'src/main/resources/templates/report.html')
-rw-r--r--src/main/resources/templates/report.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/templates/report.html b/src/main/resources/templates/report.html
index 5442fd4..6ee34ac 100644
--- a/src/main/resources/templates/report.html
+++ b/src/main/resources/templates/report.html
@@ -65,6 +65,7 @@
</tbody>
</table>
</main>
+ <footer th:replace="~{fragments.html :: footer}"></footer>
<script th:src="@{/scripts.js}"></script>
</body>
</html> \ No newline at end of file