diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-11 11:35:33 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-11 11:35:33 -0400 |
| commit | 4fad94b05622964d24a7574fc62e3a58552304f5 (patch) | |
| tree | 6d16cff734dd0d7a365c29d554f9eef91b7c0046 /templates | |
| parent | e99e4d6d95658b588126a9794d92936180e6bfc0 (diff) | |
fix release listing updates for legacy devices
This will also be needed for experimental support for new devices so
it's worth fixing it.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/device.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/device.html b/templates/device.html index 80d9b493..7f30dbe2 100644 --- a/templates/device.html +++ b/templates/device.html @@ -11,7 +11,7 @@ {% if not "extended" in name %} <td><a href="#[[{{codename}}-stable-BUILD_NUMBER]]">[[{{codename}}-stable-BUILD_NUMBER]]</a></td> {% else %} - <td>[[{{codename}}-stable-BUILD_NUMBER]]</td> + <td><span>[[{{codename}}-stable-BUILD_NUMBER]]</span></td> {% endif %} <td> <ul> @@ -26,7 +26,7 @@ {% if not "extended" in name %} <td><a href="#[[{{codename}}-beta-BUILD_NUMBER]]">[[{{codename}}-beta-BUILD_NUMBER]]</a></td> {% else %} - <td>[[{{codename}}-beta-BUILD_NUMBER]]</td> + <td><span>[[{{codename}}-beta-BUILD_NUMBER]]</span></td> {% endif %} <td> <ul> @@ -41,7 +41,7 @@ {% if not "extended" in name %} <td><a href="#[[{{codename}}-alpha-BUILD_NUMBER]]">[[{{codename}}-alpha-BUILD_NUMBER]]</a></td> {% else %} - <td>[[{{codename}}-alpha-BUILD_NUMBER]]</td> + <td><span>[[{{codename}}-alpha-BUILD_NUMBER]]</span></td> {% endif %} <td> <ul> |
