From 408aed03d3454330120475ca53838a2f4fe28ea3 Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Sat, 8 Jun 2024 20:34:37 +0200
Subject: feat: display results in a table, showing details on click
---
frontend/templates/blocks/search.gotmpl | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
(limited to 'frontend/templates/blocks/search.gotmpl')
diff --git a/frontend/templates/blocks/search.gotmpl b/frontend/templates/blocks/search.gotmpl
index 9320376..93ae545 100644
--- a/frontend/templates/blocks/search.gotmpl
+++ b/frontend/templates/blocks/search.gotmpl
@@ -16,9 +16,14 @@
- {{- if .Results }}
- {{ block "results" . }}{{ end }}
- {{- end }}
+
+ {{- if .Results }}
+ {{ block "results" . }}{{ end }}
+ {{- end }}
+
+
{{- end }}
{{- define "head" }}
--
cgit 1.4.1