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

16 lines
385 B
HTML
Raw Normal View History

2014-07-26 09:04:36 +00:00
<td style="width: 100%;">
2014-04-05 19:36:34 +00:00
<a href='#mods/<%-name%>'><%-name%></a>
<% if (playWithSix) { %>
<img src="/images/playwithsix.png" height="20px" width="20px" />
<% } %>
2014-07-26 09:04:36 +00:00
</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>
<% } %>
2014-04-05 19:36:34 +00:00
</td>