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/process/midair.html.tmpl | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'template/en/default/bug/process/midair.html.tmpl') diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index 684b99639..17025fee7 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -11,10 +11,6 @@ # used by bug/activity/table.html.tmpl to display recent changes that will # be overwritten if the user submits these changes. See that template # for further documentation. - # start_at: number; the comment at which show/comments.tmpl should begin - # displaying comments, either the index of the last comment (if the user - # entered a comment along with their change) or a number less than that - # (if they didn't), in which case no comments are displayed. # comments: array; all the comments on the bug. # bug: Bugzilla::Bug; the bug being changed. #%] @@ -40,7 +36,7 @@ [% PROCESS "bug/activity/table.html.tmpl" incomplete_data=0 %]

-[% IF comments.size > start_at %] +[% IF comments.size %]

Added the comment(s):

@@ -71,7 +67,7 @@ You have the following choices: exclude="^Bugzilla_login|Bugzilla_password|delta_ts$" %] This will cause all of the above changes to be overwritten - [% ", except for the added comment(s)" IF comments.size > start_at %]. + [% ", except for the added comment(s)" IF comments.size %]. [% IF cgi.param("comment") %] @@ -82,7 +78,6 @@ You have the following choices: - -- cgit v1.2.3-24-g4f1b