Commit 2cb3f811 authored by Simon Green's avatar Simon Green Committed by Frédéric Buclin

Bug 873920: Whine e-mails to other people includes invalid link

r/a=LpSolit
parent be87d2e8
......@@ -66,9 +66,11 @@
[% END %]
</table>
<p align="left">
<a href="[% urlbase FILTER html %]buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% query.name FILTER uri %]">View as [% terms.bug %] list</a>
</p>
[% IF author.login == recipient.login %]
<p align="left">
<a href="[% urlbase FILTER html %]buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% query.name FILTER uri %]">View as [% terms.bug %] list</a>
</p>
[% END %]
[% END %]
[% ELSE %]
......
......@@ -51,8 +51,10 @@
[% END %]
[% IF author.login == recipient.login %]
View as [% terms.bug %] list: [% urlbase %]buglist.cgi?cmdtype=runnamed&namedcmd=[% query.name FILTER uri %]
[% END %]
[% END %]
[% ELSE %]
No [% terms.bugs %] were found that matched the search criteria.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment