From 34546b9c5b5a9be2180e8b4801b72a48feb94d1d Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 18 Jan 2013 16:40:40 +0100 Subject: o timestamp => createdDate in the JSON to be consistent. o Better builds list. o Renaming person-avatar to avatar-xl. --- .../webapp/apps/frontPageApp/buildList.html | 42 ++++++++++++---------- 1 file changed, 24 insertions(+), 18 deletions(-) (limited to 'src/main/resources/webapp/apps/frontPageApp/buildList.html') diff --git a/src/main/resources/webapp/apps/frontPageApp/buildList.html b/src/main/resources/webapp/apps/frontPageApp/buildList.html index 8fb4a60..ddbffe2 100755 --- a/src/main/resources/webapp/apps/frontPageApp/buildList.html +++ b/src/main/resources/webapp/apps/frontPageApp/buildList.html @@ -16,26 +16,32 @@ } -
-
-

- {{build.build.timestamp | date:'medium'}}: - SUCCESS - FAILURE - -

- - - - - -
-
-
+
+ +
+

{{date | date:'mediumDate'}}

+
+
+ + + + +
+

+ {{build.build.createdDate | date:'shortTime'}}: + {{{true: 'SUCCESS', false: 'FAILURE'}[build.build.success]}} +

+ + + + + +
+
+
+