]> ruin.nu Git - ndwebbie.git/commitdiff
Bugfix, need to link to intel controller
authorMichael Andreen <harv@ruin.nu>
Fri, 25 Jul 2008 10:35:47 +0000 (12:35 +0200)
committerMichael Andreen <harv@ruin.nu>
Fri, 25 Jul 2008 10:35:47 +0000 (12:35 +0200)
root/src/alliances/edit.tt2

index 11501b6e1375bf6a3c43b3bc0dafd84253c8af1b..3c766d1ddead456d0d3d2292498d746b9de8719f 100644 (file)
 [% FOR i IN intel %]
        <tr class="[% loop.count % 2 == 0 ? 'even' : 'odd' %]">
        <td>[% i.oalliance %]</td>
-       <td><a href="[% c.uri_for('planet',i.sender) %]">[% i.ocoords %]</a></td>
+       <td><a href="[% c.uri_for('/intel/planet',i.sender) %]">[% i.ocoords %]</a></td>
        <td class="[% i.mission %]">[% i.mission %]</td>
        <td align="center">[% i.landingtick %]</td>
        <td align="center">[% i.eta %]</td>
        <td>[% i.amount %]</td>
-       <td><a href="[% c.uri_for('planet',i.target) %]">[% i.tcoords %]</a></td>
+       <td><a href="[% c.uri_for('/intel/planet',i.target) %]">[% i.tcoords %]</a></td>
        <td>[% i.talliance %]</td>
        <td>[% i.username %]</td>
        </tr>