diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/whine/mail.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/whine/mail.txt.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/whine/mail.html.tmpl b/template/en/default/whine/mail.html.tmpl index 4e4e079c1..008a8202b 100644 --- a/template/en/default/whine/mail.html.tmpl +++ b/template/en/default/whine/mail.html.tmpl @@ -43,7 +43,7 @@ [% IF queries.size %] [% FOREACH query=queries %] - <h2>[%+ query.title FILTER html %]</h2> + <h2>[%+ query.title FILTER html %] ([% query.bugs.size %] [%+ terms.bugs %])</h2> <table width="100%"> <tr> diff --git a/template/en/default/whine/mail.txt.tmpl b/template/en/default/whine/mail.txt.tmpl index f163566be..eb8841464 100644 --- a/template/en/default/whine/mail.txt.tmpl +++ b/template/en/default/whine/mail.txt.tmpl @@ -28,7 +28,7 @@ [% IF queries.size %] [% FOREACH query=queries %] -[%+ query.title +%] +[%+ query.title +%] ([% query.bugs.size %] [%+ terms.bugs %]) [%+ "-" FILTER repeat(query.title.length) %] [% FOREACH bug=query.bugs %] |