arma-server-web-admin/public/js/tpl/mods/list.html

13 lines
244 B
HTML
Raw Normal View History

2014-04-05 19:36:34 +00:00
<table class="table table-striped">
<thead>
<tr>
<th>Mod</th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>
2014-05-06 23:35:44 +00:00
<a class="btn btn-primary" id="download" href="#">Download new mod</a>