UI: Improve multi OS display #205
@ -288,7 +288,10 @@
|
||||
<div class="text-center">
|
||||
<strong>
|
||||
{% with platform=download_item.platform %}
|
||||
{{platform.name_first_word}} <span class="fw-normal"> - {{ platform.name_rest }}</span>
|
||||
{{platform.name_first_word}}
|
||||
{% if platform.name_rest %}
|
||||
<span class="fw-normal"> - {{ platform.name_rest }}</span>
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
</strong> – {{ download_item.size|filesizeformat }}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user