arma-server-web-admin/public/js/tpl/mods/list_item.html
2014-07-28 19:46:01 +02:00

16 lines
385 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" data-style="expand-left">
<span class="glyphicon glyphicon-save"></span>
Update
</a>
<% } %>
</td>