UI: Improve multi OS display #205

Merged
Oleg-Komarov merged 40 commits from ui/multi-os into main 2024-07-16 07:24:07 +02:00
Showing only changes of commit b526aeaca4 - Show all commits

View File

@ -314,7 +314,7 @@
<a class="d-flex dropdown-item justify-content-between" download="{{ download_item.name }}" href="{{ request.scheme }}://{{ request.get_host }}{{ download_item.url }}"> <a class="d-flex dropdown-item justify-content-between" download="{{ download_item.name }}" href="{{ request.scheme }}://{{ request.get_host }}{{ download_item.url }}">
<span> <span>
{% with platform=download_item.platform %} {% with platform=download_item.platform %}
<i class="i-{{ platform.name_first_word|lower }}"></i> {{ platform.name_first_word }} <span class="ms-2 text-muted">{{ platform.name_rest}}</span> <i class="i-{{ platform.name_first_word|lower }}"></i> {{ platform.name_first_word }} <span class="text-muted">{{ platform.name_rest}}</span>
{% endwith %} {% endwith %}
</span> </span>
<span class="text-muted">{{ download_item.size|filesizeformat }}</span> <span class="text-muted">{{ download_item.size|filesizeformat }}</span>