szurubooru/client/html/banned_post_entry.tpl

14 lines
324 B
Smarty
Raw Normal View History

2023-05-17 03:30:49 +02:00
<tr data-category='<%- ctx.postBan.checksum %>'>
2023-05-17 02:04:35 +02:00
<td class='name'>
<%- ctx.postBan.checksum %>
</td>
<td class='time'>
2023-05-17 03:30:49 +02:00
<%= ctx.makeRelativeTime(ctx.postBan.time) %>
2023-05-17 02:04:35 +02:00
</td>
<% if (ctx.canDelete) { %>
<td class='remove'>
<a href>Unban</a>
</td>
<% } %>
</tr>