diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-16 23:33:05 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-16 23:33:05 +0200 |
commit | f899ca9ad20457c699e68730eceee6bb5ba01c6c (patch) | |
tree | 03bfd0e02d7b20d2a23a105170225bbfbe142b59 /template | |
parent | 38ff922b0f904d170d4f63742394e902a270ac24 (diff) | |
download | bugzilla-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')
-rw-r--r-- | template/en/default/reports/menu.html.tmpl | 4 |
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> |