apparently 'size' is reserved to mean 'collection size' (aka. .length)
This commit is contained in:
parent
fa10234c48
commit
7983920627
|
@ -49,7 +49,7 @@
|
|||
<a href="{{ path(concat('/files', model['path'], file.filename)) }}"><i class="icon-file"></i> {{ file.filename }}</a><br />
|
||||
<small class="muted">{{ file['content-type'] }}</small>
|
||||
</td>
|
||||
<td>{{ file.size }}</td>
|
||||
<td>{{ file['size'] }}</td>
|
||||
<td>{{ file.last_modified|to_fulltime }}</td>
|
||||
<td style="text-align: right;">
|
||||
<a class="btn btn-warning" title="Update File" data-updatefileid="{{ file.id }}" href="#"><i class="icon-pencil icon-white"></i></a>
|
||||
|
|
Reference in a new issue