X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/fca6f64bc81a02c61ba45a13de25f3da2e7630b3..20379253a8fa1326e175c0f0bb5faee4aeeea158:/floof/templates/comments/thread.mako diff --git a/floof/templates/comments/thread.mako b/floof/templates/comments/thread.mako index 1f01295..947c500 100644 --- a/floof/templates/comments/thread.mako +++ b/floof/templates/comments/thread.mako @@ -1,5 +1,17 @@ <%inherit file="/base.mako" /> <%namespace name="comments" file="/comments/lib.mako" /> -

Comments

+

« Return

+ +% if c.root_comment: +${comments.single_comment(c.root_comment)} +% endif + +

${len(c.comments)} comments

+

View all

+% if c.root_comment_id: +

Reply

+% else: +

Reply

+% endif ${comments.comment_thread(c.comments)}