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