summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-08-16 23:33:05 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-08-16 23:33:05 +0200
commitf899ca9ad20457c699e68730eceee6bb5ba01c6c (patch)
tree03bfd0e02d7b20d2a23a105170225bbfbe142b59 /template/en/default/reports
parent38ff922b0f904d170d4f63742394e902a270ac24 (diff)
downloadbugzilla-f899ca9ad20457c699e68730eceee6bb5ba01c6c.tar.gz
bugzilla-f899ca9ad20457c699e68730eceee6bb5ba01c6c.tar.xz
Bug 679449: Add a link to duplicates.cgi from report.cgi
r=dkl a=LpSolit
Diffstat (limited to 'template/en/default/reports')
-rw-r--r--template/en/default/reports/menu.html.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/reports/menu.html.tmpl b/template/en/default/reports/menu.html.tmpl
index 5f26ac335..5e19b1209 100644
--- a/template/en/default/reports/menu.html.tmpl
+++ b/template/en/default/reports/menu.html.tmpl
@@ -57,6 +57,10 @@
line graphs, bar and pie charts.
</li>
[% END %]
+ <li id="report_duplicates">
+ <strong><a href="duplicates.cgi">Duplicates</a></strong> -
+ list of most frequently reported [% terms.bugs %].
+ </li>
[% Hook.process('current_state') %]
</ul>