diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-12-26 20:32:10 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-12-26 20:32:10 +0530 |
commit | 31e9605652faf350291634f5a2d642573f320e66 (patch) | |
tree | 3041b2bcf3dbadf3849296a6d7cc50d6e5c7e288 /web/templates/partials | |
parent | 6581728a1291850b9fa6c5f3aaf072512d50f165 (diff) |
deleted useless files to render the invoice. it will be handled by react.
Diffstat (limited to 'web/templates/partials')
-rw-r--r-- | web/templates/partials/item.html | 3 | ||||
-rw-r--r-- | web/templates/partials/item_list.html | 7 |
2 files changed, 0 insertions, 10 deletions
diff --git a/web/templates/partials/item.html b/web/templates/partials/item.html deleted file mode 100644 index 04eabba..0000000 --- a/web/templates/partials/item.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ define "partials/item.html" }} -<div>{{ .Name }}</div> -{{ end }} 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 }} |