X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/c68928f2fc57638134bae50fe4ff5b1e979bb198..dce049a4e2dd5fee51fe9d8ebafd4c9401c0c5dd:/floof/templates/comments/thread.mako diff --git a/floof/templates/comments/thread.mako b/floof/templates/comments/thread.mako index 7b3580a..359c296 100644 --- a/floof/templates/comments/thread.mako +++ b/floof/templates/comments/thread.mako @@ -1,4 +1,15 @@ <%inherit file="/base.mako" /> <%namespace name="comments" file="/comments/lib.mako" /> -${comments.comment_block(c.comments)} +% 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)}