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/index.tt | 11 ++++++++++- views/layouts/main.tt | 10 +++------- views/project/index.tt | 42 ++++++++++++++++++++++++++---------------- 3 files changed, 39 insertions(+), 24 deletions(-) (limited to 'views') diff --git a/views/index.tt b/views/index.tt index 7b44ac5..6a79821 100644 --- a/views/index.tt +++ b/views/index.tt @@ -1,4 +1,6 @@ -

Projects

+

Dashboard

+ +

Projects

+

Builds pending

+ + diff --git a/views/layouts/main.tt b/views/layouts/main.tt index bad65ab..9b97dbf 100644 --- a/views/layouts/main.tt +++ b/views/layouts/main.tt @@ -8,15 +8,11 @@ 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 v1.2.3