Added parent property/links for comments, and a Return link on comment threads.
[zzz-floof.git] / floof / templates / comments / thread.mako
index 359c296..947c500 100644 (file)
@@ -1,6 +1,8 @@
 <%inherit file="/base.mako" />
 <%namespace name="comments" file="/comments/lib.mako" />
 
+<p><a href="/${c.owner_url}">« Return</a></p>
+
 % if c.root_comment:
 ${comments.single_comment(c.root_comment)}
 % endif