arma-server-web-admin/public/js/tpl/mods/list_item.html
2015-02-05 00:46:03 +01:00

17 lines
429 B
HTML

<td style="width: 100%;">
<a href='#mods/<%-name%>'><%-name%></a>
<% if (playWithSix) { %>
<img src="/images/playwithsix.png" height="20px" width="20px" />
<% } %>
</td>
<td>
<% if (outdated) { %>
<a class="btn btn-primary btn-xs update ladda-button pull-right" data-style="expand-left">
<span class="glyphicon glyphicon-save"></span>
Update
</a>
<div class="clearfix"></div>
<% } %>
</td>