mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
13 lines
491 B
HTML
13 lines
491 B
HTML
<td style="width: 100%; word-break: break-all;">
|
|
<a href='/api/missions/<%-encodeURI(name)%>'><%-missionName%></a>
|
|
<span class="visible-xs visible-sm"><%-worldName%></span>
|
|
</td>
|
|
<td class="hidden-xs hidden-sm"><%-worldName%></td>
|
|
<td class="text-nowrap"><%-sizeFormatted%></td>
|
|
<td class="text-nowrap"><%-dateModified.substring(0, 10)%></td>
|
|
<td>
|
|
<button type="button" class="btn btn-danger btn-xs delete">
|
|
<span class="glyphicon glyphicon-trash"></span> Delete
|
|
</button>
|
|
</td>
|