arma-server-web-admin/public/js/tpl/mods/list.html
2015-02-05 01:58:39 +01:00

17 lines
376 B
HTML

<table class="table table-striped">
<thead>
<tr>
<th>Mod</th>
<th>
<a class="btn btn-primary btn-xs pull-right" id="download" href="#">
<span class="glyphicon glyphicon-search"></span>
Search &amp; Download
</a>
</th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>