diff options
author | wurblzap%gmail.com <> | 2005-11-08 02:19:13 +0100 |
---|---|---|
committer | wurblzap%gmail.com <> | 2005-11-08 02:19:13 +0100 |
commit | f0f3541a44b833f1161709e79ae3242ccd346d64 (patch) | |
tree | 9e93155a837a901c672edd496101ecb423af48c6 /template | |
parent | cd1c8884f225c610a3f35aae476b846c09ec8520 (diff) | |
download | bugzilla-f0f3541a44b833f1161709e79ae3242ccd346d64.tar.gz bugzilla-f0f3541a44b833f1161709e79ae3242ccd346d64.tar.xz |
Bug 314682: link rel entry for votes never gets created
Patch by Marc Schumann <wurblzap@gmail.com>
r=LpSolit, a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/site-navigation.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/site-navigation.html.tmpl b/template/en/default/global/site-navigation.html.tmpl index 32c56549f..9ea2203bf 100644 --- a/template/en/default/global/site-navigation.html.tmpl +++ b/template/en/default/global/site-navigation.html.tmpl @@ -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&bug_id=[% bug.bug_id %]"> [% END %] |