From 7307c8c748e3245d65a25c016e7d92c6c7ae2aa4 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Tue, 5 Oct 2010 01:39:01 -0700 Subject: Bug 26074 - Ability to limit search by number of Comments r=mkanat, a=mkanat (module owner) --- template/en/default/list/table.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template/en/default/list') diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index bc2dadd98..ffde712fe 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -66,6 +66,7 @@ "op_sys" => { maxlength => 4 } , "bug_file_loc" => { maxlength => 30 } , "target_milestone" => { title => "TargetM" } , + "longdescs.count" => { title => "# Comments" }, "percentage_complete" => { format_value => "%d %%" } , } %] -- cgit v1.2.3-24-g4f1b