From dab25b30f04d7aeb99d5587ac2e99f86b2fd3021 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 23 Mar 2009 15:19:34 +0000 Subject: [PATCH] * Fix the queue page. --- src/root/common.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root/common.tt b/src/root/common.tt index 49db1e83..9796b679 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -94,7 +94,7 @@ [% INCLUDE renderFullJobNameOfBuild %] - [% build.get_column('releasename') ? build.get_column('releasename') : build.nixname %] + [% !showSchedulingInfo and build.get_column('releasename') ? build.get_column('releasename') : build.nixname %] [% build.system %] [% date.format(build.timestamp, '%Y-%m-%d %H:%M:%S') %] [% build.description %]