From 9cfcbabb032c729b06d581412a64a9e7cefed6b1 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 6 Oct 2025 19:22:14 +0200 Subject: style(format): install prettier and run --- backend/templates/components.html | 41 +++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 19 deletions(-) (limited to 'backend/templates/components.html') diff --git a/backend/templates/components.html b/backend/templates/components.html index 2b43579..da133a6 100644 --- a/backend/templates/components.html +++ b/backend/templates/components.html @@ -1,23 +1,26 @@ {{define "logs_display"}}
- {{ range .Logs }} - - {{ end }} - {{ if ne .PagesNumber 1 }} - - {{ end }} + {{ range .Logs }} + + {{ end }} {{ if ne .PagesNumber 1 }} + + {{ end }}
{{end}} -- cgit v1.2.3