summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam@sotk.co.uk>2015-09-27 09:09:05 +0100
committerAdam Coldrick <adam@sotk.co.uk>2015-09-28 20:26:12 +0100
commit670a54cf0489daf64b84fe4d22ca121174c13d03 (patch)
tree7d7b448008d15a3201a952067f421c55966f910b
parentf7d5aee7fbb5d58bb84bec13c94bc543ae4835de (diff)
downloadciat-ui-670a54cf0489daf64b84fe4d22ca121174c13d03.tar.gz
Fix link
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index dbde822..6f0b25b 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@
<p><strong>Most Recent Logs:</strong></p>
<ul>
<li ng-repeat="(key, value) in selected.lastBuild.logs">
- <a ng-href="{{value}}">{{key}}</a>
+ <a ng-href="{{value[1]}}">{{key}} {{value[0]}}</a>
</li>
</ul>
</div>