Commit ea564b10 authored by reed%reedloden.com's avatar reed%reedloden.com

Bug 364169 - "There is a "show votes for this bug" link when the bug has no…

Bug 364169 - "There is a "show votes for this bug" link when the bug has no votes" [p=reed r=bkor a=justdave]
parent ad56a182
...@@ -445,8 +445,10 @@ ...@@ -445,8 +445,10 @@
<br> <br>
<b><a href="page.cgi?id=voting.html">Votes</a></b>: [% bug.votes %] <b><a href="page.cgi?id=voting.html">Votes</a></b>: [% bug.votes %]
<ul> <ul>
[% IF bug.votes %]
<li><a href="votes.cgi?action=show_bug&amp;bug_id=[% bug.bug_id %]">Show <li><a href="votes.cgi?action=show_bug&amp;bug_id=[% bug.bug_id %]">Show
votes for this [% terms.bug %]</a></li> votes for this [% terms.bug %]</a></li>
[% END %]
<li><a href="votes.cgi?action=show_user&amp;bug_id=[% bug.bug_id %]#vote_[% bug.bug_id %]">Vote <li><a href="votes.cgi?action=show_user&amp;bug_id=[% bug.bug_id %]#vote_[% bug.bug_id %]">Vote
for this [% terms.bug %]</a></li> for this [% terms.bug %]</a></li>
</ul> </ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment