summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>