Improve design

Highlight that there are build details available with a `[details]`
link which wasn't obvious before.
This commit is contained in:
nora 2025-11-14 22:16:32 +01:00
parent 5b62eaff57
commit e523607cbc
3 changed files with 23 additions and 21 deletions

View file

@ -52,8 +52,11 @@
<td><a href="/target?target={{build.0}}">{{ build.0 }}</a></td>
{% match build.2 %} {% when Some with (build) %}
<td class="build-cell">
<a class="build-info-a" href="{{ build.link() }}">
<span> {{ build.status.to_emoji() }} </span>
<a href="{{ build.link() }}" class="build-details-link">
<span class="build-details-emoji">
{{ build.status.to_emoji() }}
</span>
<span class="build-details-text">[details]</span>
</a>
</td>
{% when None %}