mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
10 lines
219 B
HTML
10 lines
219 B
HTML
<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>
|
|
<% } %>
|
|
</td>
|