UI: Improve multi OS display #205
@ -270,14 +270,20 @@
|
|||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<strong>
|
{% if download_list|length > 1 %}
|
||||||
{% with platform=download_item.platform %}
|
<strong>
|
||||||
{{platform.name_first_word}}
|
{% with platform=download_item.platform %}
|
||||||
{% if platform.name_rest %}
|
{{ platform.name_first_word }}
|
||||||
<span class="fw-normal"> - {{ platform.name_rest }}</span>
|
|
||||||
{% endif %}
|
{% if platform.name_rest %}
|
||||||
{% endwith %}
|
<span class="fw-normal"> - {{ platform.name_rest }}</span>
|
||||||
</strong> – {{ download_item.size|filesizeformat }}
|
{% endif %}
|
||||||
|
{% endwith %}
|
||||||
|
</strong>
|
||||||
|
–
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{{ download_item.size|filesizeformat }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<small class="d-block text-center w-100">
|
<small class="d-block text-center w-100">
|
||||||
|
Loading…
Reference in New Issue
Block a user