projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make User.name unique.
[zzz-floof.git]
/
floof
/
templates
/
macros.mako
diff --git
a/floof/templates/macros.mako
b/floof/templates/macros.mako
index
5633e5b
..
ca3933e
100644
(file)
--- a/
floof/templates/macros.mako
+++ b/
floof/templates/macros.mako
@@
-2,10
+2,10
@@
<ul class="artwork-grid">
% for item in art:
<li>
<ul class="artwork-grid">
% for item in art:
<li>
- <a href="${h.url("art", id=item.id)}">
- <img
width="180" src="${item.get_path(
)}">
+ <a href="${h.url("
show_
art", id=item.id)}">
+ <img
src="${h.storage_url('art/thumbnail', item.hash
)}">
</a>
</li>
% endfor
</ul>
</a>
</li>
% endfor
</ul>
-</%def>
\ No newline at end of file
+</%def>