This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/client/html/similar_post_item.tpl
2024-05-04 16:55:35 -06:00

5 lines
132 B
Smarty

<li>
<a href='<%= ctx.getPostUrl(ctx.id, ctx.parameters) %>'>
<%= ctx.makeThumbnail(ctx.thumbnailUrl) %>
</a>
</li>