From 1e06e7c62bcf416bce5c9bf9aafffc3b3abb751a Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 2 May 2022 20:40:04 -0600 Subject: [PATCH] Add filler image/text when no receipts to show --- www/assets/images/receipt.svg | 1 + www/pages/receipts.html | 36 +++++++++++++++++++++-------------- 2 files changed, 23 insertions(+), 14 deletions(-) create mode 100644 www/assets/images/receipt.svg diff --git a/www/assets/images/receipt.svg b/www/assets/images/receipt.svg new file mode 100644 index 0000000..a11ce3c --- /dev/null +++ b/www/assets/images/receipt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/www/pages/receipts.html b/www/pages/receipts.html index 615fe47..5286323 100644 --- a/www/pages/receipts.html +++ b/www/pages/receipts.html @@ -20,6 +20,7 @@
+ {{#if receipts}}
    @@ -38,23 +39,30 @@
+ {{else}} +
+
+ +

You don't have any receipts linked to your account. Use our services to get some!

+
+
+ {{/if}}
-
-