Skip to content

Commit

Permalink
Visual nit on label
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel committed Sep 18, 2024
1 parent de3f0e6 commit a53282d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/templates/past_release.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@
<a href="{{ dot_release_link }}" class="link-secondary" title="Mercurial changelog">{{ release }}.0.{{ dot_release }}</a>
{% if release > 125 %}
{% if dot_releases[release ~ '.0.' ~ dot_release]['platform'] == 'android' %}
<sup class="fw-normal fst-italic text-secondary">Android-only</sup>
<sup class="fw-normal fst-italic text-info-emphasis">Android-only</sup>
{% endif %}
{% if dot_releases[release ~ '.0.' ~ dot_release]['platform'] == 'desktop' %}
<sup class="fw-normal fst-italic text-secondary">Desktop-only</sup>
<sup class="fw-normal fst-italic text-info-emphasis">Desktop-only</sup>
{% endif %}
{% if release != constant('FIREFOX_RELEASE')|number_format %}
{% if dot_releases[release ~ '.0.' ~ dot_release]['platform'] != 'android' and dot_releases[release ~ '.0.' ~ dot_release]['adoption'] > 0 %}
Expand Down

0 comments on commit a53282d

Please sign in to comment.