projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added a bunch of NOT NULLs.
[zzz-floof.git]
/
floof
/
templates
/
macros.mako
1
<%def name="thumbs(art)">
2
<ul class="artwork-grid">
3
% for item in art:
4
<li>
5
<a href="${h.url("show_art", id=item.id)}">
6
<img src="${h.storage_url('art/thumbnail', item.hash)}">
7
</a>
8
</li>
9
% endfor
10
</ul>
11
</%def>