summaryrefslogtreecommitdiff
path: root/web/templates/views
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/views
parent6581728a1291850b9fa6c5f3aaf072512d50f165 (diff)
deleted useless files to render the invoice. it will be handled by react.
Diffstat (limited to 'web/templates/views')
-rw-r--r--web/templates/views/invoice.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/web/templates/views/invoice.html b/web/templates/views/invoice.html
deleted file mode 100644
index c8a3c70..0000000
--- a/web/templates/views/invoice.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!doctype html>
-<html class="no-js" lang="">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <title>OpenBills Testing</title>
- <meta name="description" content="">
- <meta name="viewport" content="width=device-width, initial-scale=1">
-
- <link rel="apple-touch-icon" href="/apple-touch-icon.png">
- </head>
- <body>
- {{ template "partials/item_list.html" .Invoice.Items }}
- </body>
-</html>