about summary refs log tree commit diff
path: root/views/project/index.tt
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-26 10:35:49 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-26 10:35:49 +0200
commitb1f81494f97947f9f50338268beccb0f601d433e (patch)
tree725a61611c7a050eb0fad37e0861851791b817b7 /views/project/index.tt
parentmore css; display a nicer list of projects on main page (diff)
downloadjitterbug-b1f81494f97947f9f50338268beccb0f601d433e.tar.gz
sort by days
Diffstat (limited to '')
-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 {