summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2023-03-12 15:29:59 +0100
committerTom Smeding <tom@tomsmeding.com>2023-03-12 15:29:59 +0100
commitfe82a3a395f3c66265088fe60562f27e196ade5c (patch)
tree2e1c67ed02942d5208c5fcdc6c008f362cda7559
parent1bf7825ce9635cc4d7e8f573c9a3ef527f479d35 (diff)
changes: Add link to online page to email
-rw-r--r--modules/changes/changes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/changes/changes.js b/modules/changes/changes.js
index 468f27d..1e61843 100644
--- a/modules/changes/changes.js
+++ b/modules/changes/changes.js
@@ -252,7 +252,7 @@ function constructMailBody(diffs){
" was: "+diffs[i].oldhash+" ("+diffs[i].olddate+")\n"+
" now: "+diffs[i].newhash+" ("+diffs[i].newdate+")\n";
}
- body+="\n\n"+
+ body+="\nCheck the diffs: https://tomsmeding.com/changes\n\n"+
"- webserver\n";
return body;
}