summaryrefslogtreecommitdiff
path: root/web/templates/partials/item_list.html
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-12-26 20:32:10 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-12-26 20:32:10 +0530
commit31e9605652faf350291634f5a2d642573f320e66 (patch)
tree3041b2bcf3dbadf3849296a6d7cc50d6e5c7e288 /web/templates/partials/item_list.html
parent6581728a1291850b9fa6c5f3aaf072512d50f165 (diff)
deleted useless files to render the invoice. it will be handled by react.
Diffstat (limited to 'web/templates/partials/item_list.html')
-rw-r--r--web/templates/partials/item_list.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/web/templates/partials/item_list.html b/web/templates/partials/item_list.html
deleted file mode 100644
index 6fdd1f9..0000000
--- a/web/templates/partials/item_list.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{{ define "partials/item_list.html" }}
-<div class="items">
- {{ range . }}
- {{ template "partials/item.html" .}}
- {{ end }}
-</div>
-{{ end }}