From 6b88640457ff01c3c40bb55c2bd38f7ffc385072 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 15 Apr 2012 18:17:19 +0200 Subject: [PATCH] Remove the "There are evaluation errors!", instead emphasize the presence of the tab more --- src/root/jobset.tt | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/root/jobset.tt b/src/root/jobset.tt index ac246e8f..1a152377 100644 --- a/src/root/jobset.tt +++ b/src/root/jobset.tt @@ -74,23 +74,13 @@
- [% IF jobset.errormsg && !edit -%] -
There are evaluation errors!
- - [% END %] - [% IF !edit-%]

Most recent evaluations

[% INCLUDE renderEvals nrShown=5 linkToAll=c.uri_for(c.controller('Jobset').action_for('evals'), [project.name, jobset.name]) %]