diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-02-26 00:04:04 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-02-26 00:04:04 +0100 |
commit | df2bdf8153e103826321d7363f9632b461e7589e (patch) | |
tree | 0e3d1eac0db8a7f3943fe7f70da094400aa0c85e /template | |
parent | 775710d62d38f9395f938e76be41fb2381fd09f1 (diff) | |
download | bugs-df2bdf8153e103826321d7363f9632b461e7589e.tar bugs-df2bdf8153e103826321d7363f9632b461e7589e.tar.gz bugs-df2bdf8153e103826321d7363f9632b461e7589e.tar.bz2 bugs-df2bdf8153e103826321d7363f9632b461e7589e.tar.xz bugs-df2bdf8153e103826321d7363f9632b461e7589e.zip |
Bug 573368: Whine emails should include links to load buglists listed in the email
r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/whine/mail.html.tmpl | 5 | ||||
-rw-r--r-- | template/en/default/whine/mail.txt.tmpl | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/template/en/default/whine/mail.html.tmpl b/template/en/default/whine/mail.html.tmpl index d82e214f7..81c1041ee 100644 --- a/template/en/default/whine/mail.html.tmpl +++ b/template/en/default/whine/mail.html.tmpl @@ -12,6 +12,7 @@ # queries: array of hashes containing: # bugs: array containing hashes of fieldnames->values for each bug # title: the title given in the whine scheduling mechanism + # name: the name of the query # author: user object for the person who scheduled this whine # recipient: user object for the intended recipient of the message #%] @@ -71,6 +72,10 @@ </tr> [% END %] </table> + + <p align="left"> + <a href="[% urlbase FILTER html %]buglist.cgi?cmdtype=runnamed&namedcmd=[% query.name FILTER uri %]">View as [% terms.bug %] list</a> + </p> [% END %] [% ELSE %] diff --git a/template/en/default/whine/mail.txt.tmpl b/template/en/default/whine/mail.txt.tmpl index eb8841464..44ea655f2 100644 --- a/template/en/default/whine/mail.txt.tmpl +++ b/template/en/default/whine/mail.txt.tmpl @@ -12,6 +12,7 @@ # queries: array of hashes containing: # bugs: array containing hashes of fieldnames->values for each bug # title: the title given in the whine scheduling mechanism + # name: the name of the query # author: user object for the person who scheduled this whine # recipient: user object for the intended recipient of the message #%] @@ -44,7 +45,7 @@ Summary: [% bug.short_desc %] [% END %] - +View as [% terms.bug %] list: [% urlbase %]buglist.cgi?cmdtype=runnamed&namedcmd=[% query.name FILTER uri %] [% END %] [% ELSE %] |