diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-18 16:40:40 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-18 16:40:40 +0100 |
commit | 34546b9c5b5a9be2180e8b4801b72a48feb94d1d (patch) | |
tree | b0cc7cb6fadaf640f6bb5dd7b062192100c6a944 /src/main/resources/webapp/apps/frontPageApp/build.html | |
parent | 2baff5fc9a0564c5e150cf10a1cfd2edd5b3d868 (diff) | |
download | esper-testing-34546b9c5b5a9be2180e8b4801b72a48feb94d1d.tar.gz esper-testing-34546b9c5b5a9be2180e8b4801b72a48feb94d1d.tar.bz2 esper-testing-34546b9c5b5a9be2180e8b4801b72a48feb94d1d.tar.xz esper-testing-34546b9c5b5a9be2180e8b4801b72a48feb94d1d.zip |
o timestamp => createdDate in the JSON to be consistent.
o Better builds list.
o Renaming person-avatar to avatar-xl.
Diffstat (limited to 'src/main/resources/webapp/apps/frontPageApp/build.html')
-rwxr-xr-x | src/main/resources/webapp/apps/frontPageApp/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/webapp/apps/frontPageApp/build.html b/src/main/resources/webapp/apps/frontPageApp/build.html index 0972758..cbf8f8e 100755 --- a/src/main/resources/webapp/apps/frontPageApp/build.html +++ b/src/main/resources/webapp/apps/frontPageApp/build.html @@ -16,7 +16,7 @@ </tr> <tr> <th>Duration</th> - <td>{{build.build.timestamp | date:'medium'}}</td> + <td>{{build.build.createdDate | date:'medium'}}</td> </tr> </tbody> </table> |