szurubooru/public_html/templates/post-list-item.tpl

9 lines
301 B
Smarty
Raw Normal View History

2014-09-17 18:34:57 +02:00
<li class="post post-type-<%= post.contentType %> ">
<a class="link"
2014-09-21 09:35:43 +02:00
title="<%= _.map(post.tags, function(tag) { return '#' + tag.name; }).join(', ') %>"
2014-09-17 18:34:57 +02:00
href="#/post/<%= post.id %>">
<img class="thumb" src="/data/thumbnails/160x160/posts/<%= post.name %>" alt="@<%= post.id %>"/>
</a>
</li>