From 223a12caf847664fc86e0882597857d0b3c81e4e Mon Sep 17 00:00:00 2001 From: Herve Saint-Amand Date: Sat, 28 Jan 2017 23:29:44 +0000 Subject: [PATCH] That new message in the HTML version of the mail should also be added to the plain text version of the mail Duh. --- app/views/notifier/changeset_comment_notification.text.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/notifier/changeset_comment_notification.text.erb b/app/views/notifier/changeset_comment_notification.text.erb index 44a3c1216..5da6feddc 100644 --- a/app/views/notifier/changeset_comment_notification.text.erb +++ b/app/views/notifier/changeset_comment_notification.text.erb @@ -16,3 +16,5 @@ == <%= t 'notifier.changeset_comment_notification.details', :url => @changeset_url %> + +<%= t 'notifier.changeset_comment_notification.unsubscribe', :url => @changeset_url %> -- 2.43.2