]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 314682: link rel entry for votes never gets created
authorwurblzap%gmail.com <>
Tue, 8 Nov 2005 01:19:13 +0000 (01:19 +0000)
committerwurblzap%gmail.com <>
Tue, 8 Nov 2005 01:19:13 +0000 (01:19 +0000)
Patch by Marc Schumann <wurblzap@gmail.com>
r=LpSolit, a=justdave

template/en/default/global/site-navigation.html.tmpl

index 32c56549ff27e2bb3c18328b1eaa25f59f294176..9ea2203bf43a20e1f45b687bf1dbfc75f49f12f9 100644 (file)
@@ -67,7 +67,7 @@
             href="showdependencygraph.cgi?id=[% bug.bug_id %]">
     [% END %]
 
-    [% IF use_votes %]
+    [% IF bug.use_votes %]
       <link rel="Show" title="Votes ([% bug.votes %])"
             href="votes.cgi?action=show_bug&amp;bug_id=[% bug.bug_id %]">
     [% END %]