UI: Improve multi OS display #205
@ -67,16 +67,13 @@
|
||||
</a>
|
||||
</dd>
|
||||
</div>
|
||||
|
||||
{% if version.has_single_file %}
|
||||
<div class="dl-col">
|
||||
<dt>{% trans 'Size' %}</dt>
|
||||
{% if version.has_single_file %}
|
||||
<dd>{{ version.files.first.size_bytes|filesizeformat }}</dd>
|
||||
{% else %}
|
||||
{% for file in version.files.all %}
|
||||
<dd>{{ file.size_bytes|filesizeformat }} ({{ file.get_platforms|join:", " }})</dd>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div class="dl-row">
|
||||
|
Loading…
Reference in New Issue
Block a user