diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-16 23:31:50 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-16 23:31:50 +0200 |
commit | c3ab2e94a07228c119fc0733b9fef4a32f5ee4f8 (patch) | |
tree | 422b51b940797554685568db8e24c89c4bc402c1 /template/en | |
parent | 0fdd3872606a6a51a73fe6dff0d2c0c320f1fba1 (diff) | |
download | bugzilla-c3ab2e94a07228c119fc0733b9fef4a32f5ee4f8.tar.gz bugzilla-c3ab2e94a07228c119fc0733b9fef4a32f5ee4f8.tar.xz |
Bug 679449: Add a link to duplicates.cgi from report.cgi
r=dkl a=LpSolit
Diffstat (limited to 'template/en')
-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> |