diff options
Diffstat (limited to 'web/templates/views')
-rw-r--r-- | web/templates/views/invoice.html | 15 |
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> |