X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/dce049a4e2dd5fee51fe9d8ebafd4c9401c0c5dd..d2cfab09f98980d5c1d433a9e75eb65e0b13b0aa:/floof/templates/comments/lib.mako?ds=inline diff --git a/floof/templates/comments/lib.mako b/floof/templates/comments/lib.mako index 0c8ebfb..93fe086 100644 --- a/floof/templates/comments/lib.mako +++ b/floof/templates/comments/lib.mako @@ -1,5 +1,5 @@ <%def name="comment_block(comments)"> -

${len(comments)} comments

+

${len(comments)} comment${'' if len(comments) == 1 else 's'}

View all

Reply

${comment_thread(comments)} @@ -13,11 +13,21 @@ ${single_comment(comment)} <%def name="single_comment(comment)"> +% if hasattr(comment, 'indent'):
+% else: +
+% endif
${comment.user.name}
${comment.time}
- +

${comment.text}