From 742f1f4622adb28569612583c7be4b5c360ab973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Tue, 27 Jun 2023 00:11:16 +0200 Subject: [PATCH] Moved add bom entries button to top of BOM table --- templates/projects/info/_bom.html.twig | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/templates/projects/info/_bom.html.twig b/templates/projects/info/_bom.html.twig index 7ae67c2e..d8412726 100644 --- a/templates/projects/info/_bom.html.twig +++ b/templates/projects/info/_bom.html.twig @@ -1,10 +1,6 @@ {% import "components/datatables.macro.html.twig" as datatables %} -
- -{{ datatables.datatable(datatable, 'elements/datatables/datatables', 'projects') }} - -
+ \ No newline at end of file +
+ +{{ datatables.datatable(datatable, 'elements/datatables/datatables', 'projects') }} \ No newline at end of file