From ffa6f8f15b5b704b5901f8ff3c7a1f4b01f69d94 Mon Sep 17 00:00:00 2001 From: pluja Date: Tue, 31 Oct 2023 09:34:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(service.html):=20reorganiz?= =?UTF-8?q?e=20and=20improve=20layout=20of=20service=20details=20section?= =?UTF-8?q?=20=F0=9F=94=A7=20chore(service.html):=20move=20service=20icons?= =?UTF-8?q?=20section=20to=20the=20bottom=20for=20better=20visual=20flow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/templates/service.html | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/src/web/templates/service.html b/src/web/templates/service.html index 90fbed8..5c7a1e2 100644 --- a/src/web/templates/service.html +++ b/src/web/templates/service.html @@ -1,10 +1,20 @@ -
+
-

{{.Service.Name}}

+ + {{if .Service.Verified}} + {{.Service.Name}} + + + + + + + {{end}} +
-
+ +
+ {{template "components/service_icons" .Service}} +
+ -
+
{{template "components/kyc_level" .Service.KycLevel}}