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

17 lines
429 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) { %>
2015-02-04 23:42:18 +00:00
<a class="btn btn-primary btn-xs update ladda-button pull-right" data-style="expand-left">
<span class="glyphicon glyphicon-save"></span>
Update
</a>
2015-02-04 23:42:18 +00:00
<div class="clearfix"></div>
<% } %>
2014-04-05 19:36:34 +00:00
</td>