projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cleaned up websetup a little.
[zzz-floof.git]
/
floof
/
templates
/
macros.mako
diff --git
a/floof/templates/macros.mako
b/floof/templates/macros.mako
index
061b7b9
..
ca3933e
100644
(file)
--- a/
floof/templates/macros.mako
+++ b/
floof/templates/macros.mako
@@
-3,9
+3,9
@@
% for item in art:
<li>
<a href="${h.url("show_art", id=item.id)}">
% for item in art:
<li>
<a href="${h.url("show_art", id=item.id)}">
- <img
width="180" src="${item.get_path(
)}">
+ <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>