about summary refs log tree commit diff
path: root/views/project/index.tt
diff options
context:
space:
mode:
Diffstat (limited to 'views/project/index.tt')
-rw-r--r--views/project/index.tt2
1 files changed, 1 insertions, 1 deletions
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' : '';
       <h3 class="builds-day" id="builds-day-<: $day :>"><: $day :> - <: $total_by_days[$day] :> build<: $plural :></h3>
-      : if $~day == 0 {
+      : if $~day < 3 {
         <div class="commits" id="commits-day-<: $day :>">
       : }else{
         <div class="commits" id="commits-day-<: $day :>" style="display:none">