mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-02-04 05:39:42 +01:00
Missed a parenthesis
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
{%- endif -%}
|
||||
">{{ file.name }}</a></td>
|
||||
<td>{{ file.mode }}</td>
|
||||
<td>{% if file.size %}{{ (file.size | format_size }}{% endif %}</td>
|
||||
<td>{% if file.size %}{{ file.size | format_size }}{% endif %}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user