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
/
comments
/
thread.mako
diff --git
a/floof/templates/comments/thread.mako
b/floof/templates/comments/thread.mako
index
359c296
..
947c500
100644
(file)
--- a/
floof/templates/comments/thread.mako
+++ b/
floof/templates/comments/thread.mako
@@
-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