Hello,
In the template that controls that (I am guessing its a custom postbit) add:
HTML Code:
<tr>
<td><a href="yourlinkhere">+REP</a> <a href="yourlinkhere">-HATE</a></td>
</tr>
under the Donate link in that template. If that donate link is handled via a <div>, use this:
HTML Code:
<div><a href="yourlinkhere">+REP</a> <a href="yourlinkhere">-HATE</a></div><br />