From 9c30c03fda53bd5e64a4a2a57622f159e42a3285 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 25 Sep 2010 15:33:03 +0200 Subject: layout and css --- views/project/index.tt | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) (limited to 'views/project/index.tt') diff --git a/views/project/index.tt b/views/project/index.tt index 813907b..7f1aeb6 100644 --- a/views/project/index.tt +++ b/views/project/index.tt @@ -1,24 +1,34 @@

<: $project :>

- +"<: $description :>"view more.

Builds

- +feed + +
+:for $builds -> $build { +
+
+
<: $build.message :>
+
<: $build.author.name :>
+
<: $build.timestamp :>
+
+ :for $build.version.keys() -> $version { + <: $version :> <: $build.version[$version] :> + :} +
+
+
+ +
+
+:} +
+ -- cgit 1.4.1