From 70f9abb56204eb3db64a35f77102d9748027004a Mon Sep 17 00:00:00 2001 From: kilo Date: Sun, 29 Oct 2017 03:11:49 +0100 Subject: [PATCH] fix --- templates/layouts/partials/helpers/treeview.jet.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/layouts/partials/helpers/treeview.jet.html b/templates/layouts/partials/helpers/treeview.jet.html index 866e210f..da050184 100644 --- a/templates/layouts/partials/helpers/treeview.jet.html +++ b/templates/layouts/partials/helpers/treeview.jet.html @@ -2,8 +2,8 @@ {{ if isset(treeviewData)}} {{ range index, folder := treeviewData.Folder.Folders }} {{ folderId := treeviewData.IdentifierChain+"_"+index }} - - + {{ fileSize(folder.TotalSize(), T) }}