diff options
author | Israel Madueme <purelogiq@gmail.com> | 2018-04-18 22:57:27 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-04-18 22:57:27 +0200 |
commit | 23b1be3839f09d4806bf841c4f03743eb78eb1ab (patch) | |
tree | ded304e33c1472ea7ac67575f4d66556239790b2 /extensions/BMO/template/en/default | |
parent | 610bca4869a9320ff91d84c421b61d3346658d64 (diff) | |
download | bugzilla-23b1be3839f09d4806bf841c4f03743eb78eb1ab.tar.gz bugzilla-23b1be3839f09d4806bf841c4f03743eb78eb1ab.tar.xz |
Bug 1450325 - add unsubscribe link to html bug email template
Diffstat (limited to 'extensions/BMO/template/en/default')
-rw-r--r-- | extensions/BMO/template/en/default/email/bugmail.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/email/bugmail.html.tmpl b/extensions/BMO/template/en/default/email/bugmail.html.tmpl index d5cb3af9a..0b08e4a86 100644 --- a/extensions/BMO/template/en/default/email/bugmail.html.tmpl +++ b/extensions/BMO/template/en/default/email/bugmail.html.tmpl @@ -111,7 +111,10 @@ [% END %] [% END %] </ul> + Configure your email settings at + <a href="[% urlbase FILTER none %]userprefs.cgi?tab=email">[% urlbase FILTER none %]userprefs.cgi?tab=email</a>. </div> + <div itemscope itemtype="http://schema.org/EmailMessage"> <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction"> [%# Filtering of the URL param is not required & would break the URL when the comment anchor is set %] |