From b1f81494f97947f9f50338268beccb0f601d433e Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 26 Sep 2010 10:35:49 +0200 Subject: sort by days --- views/project/index.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') 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 @@ "<: $description :>" - :for $builds.keys() -> $day { + :for $days -> $day {

<: $day :>

:for $builds[$day] -> $build { -- cgit 1.4.1