summary refs log tree commit diff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-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 ff13769..2749989 100644
--- a/views/project/index.tt
+++ b/views/project/index.tt
@@ -4,7 +4,7 @@
 
     <strong>"<: $description :>"</strong>
 
-    :for $builds.keys() -> $day {
+    :for $days -> $day {
       <h3 class="builds-day" id="builds-day-<: $day :>"><: $day :></h3>
       <div class="commits" id="commits-day-<: $day :>">
         :for $builds[$day] -> $build {