UI: Improve multi OS display #205
@ -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|lower }} <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="ms-2 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>
|
||||||
|
Loading…
Reference in New Issue
Block a user