summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 5c04113..264e1a3 100644
--- a/index.html
+++ b/index.html
@@ -20,6 +20,8 @@
ng-show="selected">
<h3>{{selected.name}}</h3>
<em>State:</em> {{selected.data.state}}
+ <br />
+ <a ng-href="{{selected.lastBuild.logs[2][1]}}">Last Build Log</a>
</div>
</div>
</div>