Commit f0f3541a authored by wurblzap%gmail.com's avatar wurblzap%gmail.com

Bug 314682: link rel entry for votes never gets created

Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave
parent cd1c8884
......@@ -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 %]
......
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