add file size text

pull/3539/head
Ashley Teoh 8 years ago
parent 388d6367ca
commit 38acc780ca

@ -859,6 +859,7 @@ define([
// Add in the date that the file was last modified
item.find(".item_modified").text(utils.format_datetime(model.last_modified));
item.find(".item_modified").attr("title", moment(model.last_modified).format("YYYY-MM-DD HH:mm"));
item.find(".file_size").text(model.size || '');
};

Loading…
Cancel
Save