aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/webapp/apps/frontPageApp/buildList.html
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-18 16:04:22 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-18 16:04:22 +0100
commit2baff5fc9a0564c5e150cf10a1cfd2edd5b3d868 (patch)
tree629fba710860433d540ce3a7856e0a53586dd06f /src/main/resources/webapp/apps/frontPageApp/buildList.html
parent20f0391fc5cc5e87f96f838767bed8b4d707928d (diff)
downloadesper-testing-2baff5fc9a0564c5e150cf10a1cfd2edd5b3d868.tar.gz
esper-testing-2baff5fc9a0564c5e150cf10a1cfd2edd5b3d868.tar.bz2
esper-testing-2baff5fc9a0564c5e150cf10a1cfd2edd5b3d868.tar.xz
esper-testing-2baff5fc9a0564c5e150cf10a1cfd2edd5b3d868.zip
o Getting the dogtag to work again.
Diffstat (limited to 'src/main/resources/webapp/apps/frontPageApp/buildList.html')
-rwxr-xr-xsrc/main/resources/webapp/apps/frontPageApp/buildList.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/main/resources/webapp/apps/frontPageApp/buildList.html b/src/main/resources/webapp/apps/frontPageApp/buildList.html
index 18a4d35..8fb4a60 100755
--- a/src/main/resources/webapp/apps/frontPageApp/buildList.html
+++ b/src/main/resources/webapp/apps/frontPageApp/buildList.html
@@ -22,17 +22,14 @@
{{build.build.timestamp | date:'medium'}}:
<span class="success" ng-show="build.build.success">SUCCESS</span>
<span class="error" ng-hide="build.build.success">FAILURE</span>
-<!--
- <small>
- <a href="#/build/{{build.build.uuid}}">more...</a>
- </small>
--->
<a class="btn" href="#/build/{{build.build.uuid}}"><i class="icon-chevron-right"></i></a>
</h3>
+ <!--
<h4>Participants</h4>
+ -->
<span ng-repeat="p in build.participants">
- <dogtag-big person="p"></dogtag-big>
+ <dogtag-xl person="p"></dogtag-xl>
</span>
</div>
</div>