Finished transition to Bootstrap 5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-07-26 00:55:52 -04:00
parent 6215cecb53
commit 541b5236f0
10 changed files with 126 additions and 62 deletions

View File

@ -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 %>