[FIX] Background for "Software Version" panel

This commit is contained in:
Peter Pfeufer 2023-12-01 12:15:42 +01:00
parent 02ab064ec3
commit 25ab78a41e
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -68,7 +68,7 @@
</div> </div>
</li> </li>
<li class="list-group-item list-group-item-{% if latest_patch %}success{% elif latest_minor %}warning{% else %}danger{% endif %} w-100"> <li class="list-group-item bg-{% if latest_patch %}success{% elif latest_minor %}warning{% else %}danger{% endif %} w-100">
<a class="btn w-100" href="https://gitlab.com/allianceauth/allianceauth/-/releases/v{{ latest_patch_version }}"> <a class="btn w-100" href="https://gitlab.com/allianceauth/allianceauth/-/releases/v{{ latest_patch_version }}">
<h5 class="list-group-item-heading">{% translate "Latest Stable" %}</h5> <h5 class="list-group-item-heading">{% translate "Latest Stable" %}</h5>
@ -81,7 +81,7 @@
</li> </li>
{% if latest_beta %} {% if latest_beta %}
<li class="list-group-item list-group-item-info w-100"> <li class="list-group-item bg-info w-100">
<a class="btn w-100" href="https://gitlab.com/allianceauth/allianceauth/-/releases/v{{ latest_beta_version }}"> <a class="btn w-100" href="https://gitlab.com/allianceauth/allianceauth/-/releases/v{{ latest_beta_version }}">
<h5 class="list-group-item-heading">{% translate "Latest Pre-Release" %}</h5> <h5 class="list-group-item-heading">{% translate "Latest Pre-Release" %}</h5>