From a9accc0d8465957ca5be492478e98fc58e34f6d4 Mon Sep 17 00:00:00 2001 From: Hanan Askarim Date: Thu, 13 Jun 2024 10:51:27 +0700 Subject: [PATCH] add link report --- views/dev/mcu/tabviewdetailmcu.templ | 105 +++++++++++++----------- views/dev/mcu/tabviewdetailmcu_templ.go | 2 +- 2 files changed, 59 insertions(+), 48 deletions(-) diff --git a/views/dev/mcu/tabviewdetailmcu.templ b/views/dev/mcu/tabviewdetailmcu.templ index 48fdd35..cdec098 100644 --- a/views/dev/mcu/tabviewdetailmcu.templ +++ b/views/dev/mcu/tabviewdetailmcu.templ @@ -1,51 +1,62 @@ package dev_detailmcu -templ TabViewDetailMcu( - -) { -
- -
-
-
- -
-
- -
-
Tab content 4
-
Tab content 5
-
+templ TabViewDetailMcu() { +
+ +
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ tab 6 +
+
+ tab 7 +
+
} - // - // \ No newline at end of file +// +// diff --git a/views/dev/mcu/tabviewdetailmcu_templ.go b/views/dev/mcu/tabviewdetailmcu_templ.go index 37c8cf5..9cfa4c0 100644 --- a/views/dev/mcu/tabviewdetailmcu_templ.go +++ b/views/dev/mcu/tabviewdetailmcu_templ.go @@ -23,7 +23,7 @@ func TabViewDetailMcu() templ.Component { templ_7745c5c3_Var1 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
Tab content 4
Tab content 5
") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
tab 6\r
tab 7\r
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }