summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/patch-change-notification.mail
diff options
context:
space:
mode:
Diffstat (limited to 'templates/patchwork/patch-change-notification.mail')
-rw-r--r--templates/patchwork/patch-change-notification.mail3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/patchwork/patch-change-notification.mail b/templates/patchwork/patch-change-notification.mail
index 19a2a09..b7e2cfe 100644
--- a/templates/patchwork/patch-change-notification.mail
+++ b/templates/patchwork/patch-change-notification.mail
@@ -2,8 +2,9 @@ Hello,
The following patch{{notifications|length|pluralize:"es"}} (submitted by you) {{notifications|length|pluralize:"has,have"}} been updated in patchwork:
{% for notification in notifications %}
- * {{notification.patch.name|safe}}
+ * {{notification.patch.project.linkname}}: {{notification.patch.name|safe}}
- http://{{site.domain}}{{notification.patch.get_absolute_url}}
+ - for: {{notification.patch.project.name}}
was: {{notification.orig_state}}
now: {{notification.patch.state}}
{% endfor %}