projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make search a GET to /search.
[zzz-floof.git]
/
floof
/
templates
/
art
/
show.mako
diff --git
a/floof/templates/art/show.mako
b/floof/templates/art/show.mako
index
88e3ec9
..
d77f364
100644
(file)
--- a/
floof/templates/art/show.mako
+++ b/
floof/templates/art/show.mako
@@
-8,7
+8,8
@@
${h.submit('submit', 'Tag!')}
${h.end_form()}
% for tag in c.art.tags:
-${tag}
+<a href="${h.url_for (controller='tag', action='delete', id=tag.id)}">x</a>
+<a href="${h.url_for (controller='search', action='results')}?query=${tag}">${tag}</a>
% endfor