szurubooru/public_html/templates/post-list-item.tpl
2014-10-18 18:48:27 +02:00

8 lines
301 B
Smarty

<li class="post post-type-<%= post.contentType %> ">
<a class="link"
title="<%= _.map(post.tags, function(tag) { return '#' + tag.name; }).join(', ') %>"
href="#/post/<%= post.id %>">
<img class="thumb" src="/data/thumbnails/160x160/posts/<%= post.name %>" alt="@<%= post.id %>"/>
</a>
</li>