Merge pull request #76 from sharkykh/fix-file-list

Fix padding for single file in torrent file list
This commit is contained in:
Johnny Ding 2017-05-16 23:53:43 -07:00 committed by GitHub
commit 0093b2bf4f
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
<i class="glyphicon glyphicon-folder-open"></i>&nbsp;&nbsp;<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>&nbsp;{{ key }}</td>
<td class="col-md-2">{{ value | filesizeformat(True) }}</td>
{%- endif %}