mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
11 lines
349 B
HTML
11 lines
349 B
HTML
<td style="width: 100%;">
|
|
<a href='/api/missions/<%-encodeURI(name)%>'><%-name%></a>
|
|
</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>
|