2014-07-26 09:04:36 +00:00
|
|
|
<td style="width: 100%;">
|
2019-06-23 18:04:28 +00:00
|
|
|
<a href='/api/missions/<%-encodeURI(name)%>'><%-missionName%></a>
|
2014-04-05 17:02:17 +00:00
|
|
|
</td>
|
2019-06-23 18:04:28 +00:00
|
|
|
<td><%-worldName%></td>
|
2016-10-29 15:05:39 +00:00
|
|
|
<td class="text-nowrap"><%-sizeFormatted%></td>
|
|
|
|
<td class="text-nowrap"><%-dateModified.substring(0, 10)%></td>
|
2014-04-05 17:02:17 +00:00
|
|
|
<td>
|
|
|
|
<button type="button" class="btn btn-danger btn-xs delete">
|
2014-07-26 09:04:36 +00:00
|
|
|
<span class="glyphicon glyphicon-trash"></span> Delete
|
2014-04-05 17:02:17 +00:00
|
|
|
</button>
|
|
|
|
</td>
|