From be26c119991e5e4e6ec28a881bc0860a4cd9aefc Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 22 Dec 2014 19:18:01 +0000 Subject: Bug 1093924: Move replyToMarkdownComment() and replyToComment() out of templates r=LpSolit,a=glob --- template/en/default/bug/comments.html.tmpl | 81 ++++-------------------------- 1 file changed, 9 insertions(+), 72 deletions(-) (limited to 'template/en/default/bug/comments.html.tmpl') diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 3895691d7..0c7408a48 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -8,76 +8,12 @@ [% PROCESS bug/time.html.tmpl %] - - [% DEFAULT mode = "show" %] @@ -160,14 +96,15 @@ [tag] [% END %] + [% replyto_author = comment.author.name || comment.author.nick FILTER html %] + [% replyto_header = "(In reply to $replyto_author from comment #$comment.count)" %] [reply] -- cgit v1.2.3-24-g4f1b