From 7983920627e892fe9a92ad3c60d7aed32b1933e0 Mon Sep 17 00:00:00 2001 From: gered Date: Thu, 27 Mar 2014 20:55:27 -0400 Subject: [PATCH] apparently 'size' is reserved to mean 'collection size' (aka. .length) --- resources/views/files/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/files/list.html b/resources/views/files/list.html index ebd92a5..b17f753 100644 --- a/resources/views/files/list.html +++ b/resources/views/files/list.html @@ -49,7 +49,7 @@ {{ file.filename }}
{{ file['content-type'] }} - {{ file.size }} + {{ file['size'] }} {{ file.last_modified|to_fulltime }}