allow updating tags of items

This commit is contained in:
2025-03-03 17:49:38 +01:00
parent 07ee8a004c
commit 1dc10d61bc
2 changed files with 16 additions and 0 deletions

View File

@@ -34,6 +34,17 @@
<span class="text-gray-600 dark:text-gray-300">{{ .data.shopItem.Price }}€</span>
</div>
</div>
<div class="flex mb-4">
<div class="mr-4">
<span class="font-bold text-gray-700 dark:text-gray-300">Tags:</span>
<span class="text-gray-600 dark:text-gray-300">
{{ range .data.shopItem.Tags }}
{{ .Name }}
{{ end }}
</span>
</div>
</div>
<!--
<div class="mb-4">
<span class="font-bold text-gray-700 dark:text-gray-300">Select Size:</span>