summaryrefslogtreecommitdiff
path: root/web/templates/partials/lists-options.html
diff options
context:
space:
mode:
authorClaudomator Agent <agent@claudomator>2026-03-18 07:06:03 +0000
committerClaudomator Agent <agent@claudomator>2026-03-18 07:06:03 +0000
commite3195a6534bae000a63e884ff647fac95d9d2498 (patch)
treea75534ac746e4054a573978bc550fd2d835de8c4 /web/templates/partials/lists-options.html
parente72305237e16a8c32fb017261cce129a25d70e65 (diff)
chore: autocommit uncommitted changes
Diffstat (limited to 'web/templates/partials/lists-options.html')
-rw-r--r--web/templates/partials/lists-options.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/templates/partials/lists-options.html b/web/templates/partials/lists-options.html
new file mode 100644
index 0000000..f08fdcf
--- /dev/null
+++ b/web/templates/partials/lists-options.html
@@ -0,0 +1,4 @@
+{{define "lists-options"}}
+{{range .}}<option value="{{.ID}}">{{.Name}}</option>
+{{end}}
+{{end}}