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

10 lines
219 B
HTML
Raw Normal View History

2014-04-05 19:36:34 +00:00
<td>
<a href='#mods/<%-name%>'><%-name%></a>
<% if (outdated) { %>
<a class="btn btn-primary btn-xs update pull-right">
<span class="glyphicon glyphicon-save"></span>
Update
</a>
<% } %>
2014-04-05 19:36:34 +00:00
</td>