all repos — searchix @ c72f8dc787379f6544739c5c57a8241a14f6d2a0

Search engine for NixOS, nix-darwin, home-manager and NUR users

style: rename Option.Option to Option.Name

Alan Pearce
commit

c72f8dc787379f6544739c5c57a8241a14f6d2a0

parent

3b379a13710cae2adc56131af1069e6fb92976b8

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M frontend/templates/blocks/options.gotmplfrontend/templates/blocks/options.gotmpl
@@ -4,9 +4,9 @@ {{- if gt .Results.Total 0 }}
<section id="results"> {{- range .Results.Hits }} {{- with .Data }} - <details id="{{ .Option }}"> + <details id="{{ .Name }}"> <summary> - {{ .Option }} + {{ .Name }} </summary> <p> {{ markdown .Description }}