apparently 'size' is reserved to mean 'collection size' (aka. .length)

This commit is contained in:
Gered 2014-03-27 20:55:27 -04:00
parent fa10234c48
commit 7983920627

View file

@ -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>