From 1cf4971f32fe1fffb3919c9a459e92f6a2c0ca02 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 15 Nov 2013 00:04:15 +0100 Subject: Bug 927900: Kill longdesclength r=dkl a=sgreen --- template/en/default/bug/comments.html.tmpl | 14 ++------------ 1 file changed, 2 insertions(+), 12 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 61d1c67e0..a2fe4e52f 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -44,26 +44,16 @@ //--> -[% DEFAULT start_at = 0 mode = "show" %] -[% sort_order = user.settings.comment_sort_order.value %] +[% DEFAULT mode = "show" %] [% user_cache = template_cache.users %] -[%# NOTE: (start_at > 0) means we came here from a midair collision, - # in which case we don't care what the user's preference is. - %] -[% IF (start_at > 0) %] - [% sort_order = "oldest_to_newest" %] -[% END %] -
[% FOREACH comment = comments %] - [% IF comment.count >= start_at %] - [% PROCESS a_comment %] - [% END %] + [% PROCESS a_comment %] [% END %] [% IF mode == "edit" && user.id -- cgit v1.2.3-24-g4f1b