diff --git a/src/mail_templates/digest.ejs b/src/mail_templates/digest.ejs index 13673936c..29f192121 100644 --- a/src/mail_templates/digest.ejs +++ b/src/mail_templates/digest.ejs @@ -51,6 +51,7 @@ Last successful backup: <%- info.finishedBackups[0].backupId || info.finishedBac <% } else { -%> This Cloudron did **not** backup successfully in the last week! +<%= webadminUrl %>/#/backups <% } -%> Powered by https://cloudron.io @@ -62,7 +63,7 @@ Sent at: <%= new Date().toUTCString() %>
- +

@@ -147,7 +148,14 @@ Sent at: <%= new Date().toUTCString() %> <% if (info.finishedBackups.length) { %>

Last successful backup : <%= info.finishedBackups[0].backupId || info.finishedBackups[0].filename %>

<% } else { %> -

This Cloudron did not backup successfully in the last week!

+

+ The Cloudron did not backup successfully in the last week! +
+
+ + + +

<% } %>
diff --git a/src/mail_templates/test_data.json b/src/mail_templates/test_data.json index b1b5b4a7b..39928d520 100644 --- a/src/mail_templates/test_data.json +++ b/src/mail_templates/test_data.json @@ -49,6 +49,10 @@ "changelog": "* This has changed\n * and that as well\n * some more" } }], + "certRenewals": [], + "finishedBackups": [], + "usersAdded": [], + "usersRemoved": [], "hasSubscription": false } }