]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/intel/index.tt2
Show nick when pasting coords
[ndwebbie.git] / root / src / intel / index.tt2
index cb96bf9d6f8f4c6686e9773cd0daa8eefedd77c8..f4e067f437bd61ed72bcc1206c5c96a44767737b 100644 (file)
@@ -2,11 +2,12 @@
 
 [% IF coordslist %]
 <table class="stats">
-       <tr><th>Coords</th><th>Alliance</th></tr>
+       <tr><th>Coords</th><th>Alliance</th><th>Nick</th></tr>
        [% FOR p IN coordslist %]
        <tr>
                <td><a href="[% c.uri_for('planet',p.id) %]">[% p.coords %]</a></td>
                <td>[% p.alliance %]</td>
+               <td>[% p.nick %]</td>
        </tr>
        [% END %]
 </table>