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