aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/webapp/apps/frontPageApp/buildList.html
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-13 09:35:27 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-13 09:35:27 +0100
commit22cb83183828c7a4828c54e9b30597d276cfd73f (patch)
treeb12bf07c920951bc17cb74758f2e0dcb99f04f5d /src/main/resources/webapp/apps/frontPageApp/buildList.html
parent7869a849164dd8431a1326385c33af5d397b9789 (diff)
downloadesper-testing-22cb83183828c7a4828c54e9b30597d276cfd73f.tar.gz
esper-testing-22cb83183828c7a4828c54e9b30597d276cfd73f.tar.bz2
esper-testing-22cb83183828c7a4828c54e9b30597d276cfd73f.tar.xz
esper-testing-22cb83183828c7a4828c54e9b30597d276cfd73f.zip
o Implemented "build" view.
o Created a better 'dogtag' directive, should be more reusable.
Diffstat (limited to 'src/main/resources/webapp/apps/frontPageApp/buildList.html')
-rwxr-xr-xsrc/main/resources/webapp/apps/frontPageApp/buildList.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/main/resources/webapp/apps/frontPageApp/buildList.html b/src/main/resources/webapp/apps/frontPageApp/buildList.html
index c6196d4..18a4d35 100755
--- a/src/main/resources/webapp/apps/frontPageApp/buildList.html
+++ b/src/main/resources/webapp/apps/frontPageApp/buildList.html
@@ -22,11 +22,17 @@
{{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">
- <person-avatar person="p"></person-avatar>
+ <dogtag-big person="p"></dogtag-big>
</span>
</div>
</div>