about summary refs log tree commit diff stats
path: root/frontend
diff options
context:
space:
mode:
authorAlan Pearce2024-05-09 19:12:52 +0200
committerAlan Pearce2024-05-09 19:28:15 +0200
commitc72f8dc787379f6544739c5c57a8241a14f6d2a0 (patch)
treee3ef963dd526206b68fb3d1125bb0b7e6c0bcd51 /frontend
parent3b379a13710cae2adc56131af1069e6fb92976b8 (diff)
downloadsearchix-c72f8dc787379f6544739c5c57a8241a14f6d2a0.tar.lz
searchix-c72f8dc787379f6544739c5c57a8241a14f6d2a0.tar.zst
searchix-c72f8dc787379f6544739c5c57a8241a14f6d2a0.zip
style: rename Option.Option to Option.Name
Diffstat (limited to 'frontend')
-rw-r--r--frontend/templates/blocks/options.gotmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/templates/blocks/options.gotmpl b/frontend/templates/blocks/options.gotmpl
index a9c2a1b..f27e8e6 100644
--- a/frontend/templates/blocks/options.gotmpl
+++ b/frontend/templates/blocks/options.gotmpl
@@ -4,9 +4,9 @@
     <section id="results">
       {{- range .Results.Hits }}
         {{- with .Data }}
-          <details id="{{ .Option }}">
+          <details id="{{ .Name }}">
             <summary>
-              {{ .Option }}
+              {{ .Name }}
             </summary>
             <p>
               {{ markdown .Description }}