mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
8a16c69e3e
* Mod info * Size * Steam Workshop info
22 lines
473 B
HTML
22 lines
473 B
HTML
<td>
|
|
<%-name%>
|
|
<% if (link) { %>
|
|
<a href='<%-link%>' target=_blank rel='noopener noreferrer'>
|
|
<%-title%>
|
|
</a>
|
|
<% } else if (title) { %>
|
|
<%-title%>
|
|
<% } %>
|
|
</td>
|
|
<td style="text-align: right; white-space: nowrap;">
|
|
<%-formattedSize%>
|
|
</td>
|
|
<td>
|
|
<a class="btn btn-danger btn-xs destroy ladda-button pull-right" data-style="expand-left">
|
|
<span class="glyphicon glyphicon-trash"></span>
|
|
Delete
|
|
</a>
|
|
|
|
<div class="clearfix"></div>
|
|
</td>
|