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

17 lines
376 B
HTML
Raw Normal View History

2014-04-05 19:36:34 +00:00
<table class="table table-striped">
<thead>
<tr>
<th>Mod</th>
2015-02-05 00:58:39 +00:00
<th>
<a class="btn btn-primary btn-xs pull-right" id="download" href="#">
<span class="glyphicon glyphicon-search"></span>
Search &amp; Download
</a>
</th>
2014-04-05 19:36:34 +00:00
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>