]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 679449: Add a link to duplicates.cgi from report.cgi
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 16 Aug 2011 21:33:05 +0000 (23:33 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 16 Aug 2011 21:33:05 +0000 (23:33 +0200)
r=dkl a=LpSolit

template/en/default/reports/menu.html.tmpl

index 5f26ac3353925deb79dd96c589aed7f3631f754e..5e19b120906dd7e1dbf9d2f265e84825c30b52f0 100644 (file)
       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>