mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 07:39:59 +00:00
Fix padding for single file in torrent file list
This commit is contained in:
parent
00c768c722
commit
261490daa7
|
@ -92,7 +92,7 @@
|
|||
<i class="glyphicon glyphicon-folder-open"></i> <b>{{ key }}</b></td>
|
||||
{{ loop(value.items()) }}
|
||||
{%- else %}
|
||||
<td style="padding-left: {{ loop.depth0 * 20 }}px">
|
||||
<td{% if loop.depth0 is greaterthan 0 %} style="padding-left: {{ loop.depth0 * 20 }}px"{% endif %}>
|
||||
<i class="glyphicon glyphicon-file"></i> {{ key }}</td>
|
||||
<td class="col-md-2">{{ value | filesizeformat(True) }}</td>
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in a new issue