From 623bbeea829ff42622c4052cc7360c01264f3906 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Thu, 12 May 2011 21:13:00 +0200 Subject: Fix #65 - show the last 3 days of commits in a project Signed-off-by: franck cuny --- views/project/index.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/project/index.tt') diff --git a/views/project/index.tt b/views/project/index.tt index 74f41e9..db123c0 100644 --- a/views/project/index.tt +++ b/views/project/index.tt @@ -8,7 +8,7 @@ : my $total = $total_by_days[$day]; : my $plural = $total > 1 ? 's' : '';

<: $day :> - <: $total_by_days[$day] :> build<: $plural :>

- : if $~day == 0 { + : if $~day < 3 {
: }else{