Fixed more style issues
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine
2026-07-24 14:46:16 -04:00
parent 73d0bec16a
commit b9a0cfb993
8 changed files with 12 additions and 29 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<h2>List of hardware</h2>
<a href="/hardware/create">Add new hardware</a>
<table class="twelve columns card-2">
<table class="twelve columns">
<thead>
<tr>
<td>Name</td>
+1 -1
View File
@@ -14,7 +14,7 @@
{{ $length := len .hardware.Tests }} {{ if eq $length 0 }}
<p>There are currently no tests using this hardware component.</p>
{{ else }}
<table class="u-full-width card-2">
<table class="u-full-width">
<thead>
<tr>
<th>Test</th>