summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/index.html b/index.html
index e01daeb..ac6b62d 100644
--- a/index.html
+++ b/index.html
@@ -21,9 +21,10 @@
ng-show="selected"
ng-click="$event.stopPropagation()">
<h3>{{selected.name}}</h3>
- <strong>State:</strong> {{selected.data.state}}
- <br />
- <a ng-href="{{selected.lastBuild.logs[2][1]}}">Last Build Log</a>
+ <div class="detail-contents">
+ <p><strong>State:</strong> {{selected.data.state}}</p>
+ <a ng-href="{{selected.lastBuild.logs[2][1]}}">Last Build Log</a>
+ </div>
</div>
</div>
</div>