]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/members/points.tt2
Support fractional def points.
[ndwebbie.git] / root / src / members / points.tt2
index 01c9ff5a94fcb62a87ae8f785e463d4ce7f44ceb..a90a8e38468f75deddc4d0afc762baec6a069e4f 100644 (file)
@@ -10,8 +10,8 @@
        <th><a href="[% c.uri_for('points','humor_points') %]">Humor</a></th>
        </tr>
 [% FOR m IN members %]
-       <tr class="[% loop.count % 2 == 0 ? 'even' : 'odd' %]">
-       <td>[% m.username %]</td>
+       <tr align="right" class="[% loop.count % 2 == 0 ? 'even' : 'odd' %]">
+       <td align="left">[% m.username %]</td>
        <td>[% m.total_points %]</td>
        <td>[% m.defense_points %]</td>
        <td>[% m.attack_points %]</td>