arma-server-web-admin/public/js/tpl/missions/list_item.html

9 lines
206 B
HTML
Raw Normal View History

2014-04-05 14:51:40 +00:00
<td>
2014-04-05 19:27:54 +00:00
<a href='/api/missions/<%-name%>'><%-name%></a>
2014-04-05 17:02:17 +00:00
</td>
<td>
<button type="button" class="btn btn-danger btn-xs delete">
<span class="glyphicon glyphicon-remove"></span> Delete
</button>
</td>