fix template
All checks were successful
/ release (push) Successful in 28s

This commit is contained in:
speatzle 2024-10-08 12:55:54 +02:00
parent 91e3504abe
commit 849b4cf004

View file

@ -3,8 +3,8 @@
<label for="library">Library:</label>
<select id="library" name="library" onchange="setLibrary(this.value)" class="short-button">
<option {{if eq .SelectedLibrary "-1" }} selected {{end}}value="-1">ALL</option>
{{range $l := .Libraries}}
<option {{if eq .SelectedLibrary $l.ID }} selected {{end}}value="{{$l.ID}}">{{$l.Name}}</option>
{{range $l := $.Libraries}}
<option {{if eq $.SelectedLibrary $l.ID }} selected {{end}}value="{{$l.ID}}">{{$l.Name}}</option>
{{end}}
</select>
<div class="stats">