szurubooru/client/html/banned_post_entry.tpl
2023-05-17 02:04:35 +02:00

13 lines
326 B
Smarty

<tr data-category='<%- ctx.postBan.checksum %>'><%
<td class='name'>
<%- ctx.postBan.checksum %>
</td>
<td class='time'>
<%- ctx.makeRelativeTime(ctx.postBan.time) %>
</td>
<% if (ctx.canDelete) { %>
<td class='remove'>
<a href>Unban</a>
</td>
<% } %>
</tr>