delete tags by clicking the x, or typing in -tagtext
[zzz-floof.git] / floof / templates / art / show.mako
index 88e3ec9..d77f364 100644 (file)
@@ -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