This commit is contained in:
@ -1,12 +1,12 @@
|
||||
<div class="row">
|
||||
<% if tests.length > 0 %>
|
||||
<div class="twelve columns">
|
||||
<div class="12-col mb-3">
|
||||
<h2>Latest benchmark results:</h2>
|
||||
</div>
|
||||
|
||||
<div class="twelve columns">
|
||||
<table>
|
||||
<thead>
|
||||
<div class="12-col">
|
||||
<table class="table table-hover table-responsive">
|
||||
<thead class="table-light">
|
||||
<tr>
|
||||
<th>Test name</th>
|
||||
<th># Benchmarks</th>
|
||||
@ -25,7 +25,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<% else %>
|
||||
<div class="twelve columns">
|
||||
<div class="12-col">
|
||||
<p>I'm sorry, there don't appear to be any benchmark results logged yet. Check again later!</p>
|
||||
</div>
|
||||
<% end %>
|
||||
|
Reference in New Issue
Block a user