projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
merged in my branch 'resources', which is not aptly named anymore since it no longer...
[zzz-floof.git]
/
floof
/
templates
/
macros.mako
diff --git
a/floof/templates/macros.mako
b/floof/templates/macros.mako
index
5633e5b
..
061b7b9
100644
(file)
--- a/
floof/templates/macros.mako
+++ b/
floof/templates/macros.mako
@@
-2,7
+2,7
@@
<ul class="artwork-grid">
% for item in art:
<li>
- <a href="${h.url("art", id=item.id)}">
+ <a href="${h.url("
show_
art", id=item.id)}">
<img width="180" src="${item.get_path()}">
</a>
</li>