From c20ad99319066c74e7a5789fc3e6676946c4c992 Mon Sep 17 00:00:00 2001 From: patrickgao <694885601@qq.com> Date: Tue, 8 Dec 2015 23:08:50 +0800 Subject: [PATCH] add "Last Update" for shared links --- seahub/templates/view_shared_dir.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/seahub/templates/view_shared_dir.html b/seahub/templates/view_shared_dir.html index f6d9e2adfb..e2c91a0452 100644 --- a/seahub/templates/view_shared_dir.html +++ b/seahub/templates/view_shared_dir.html @@ -39,8 +39,9 @@ {% trans "Name"%} - {% trans "Size"%} - {% trans "Operations"%} + {% trans "Size"%} + {% trans "Last Update"%} + {% trans "Operations"%} {% for dirent in dir_list %} @@ -50,6 +51,7 @@ {{ dirent.obj_name }} + {{ dirent.last_modified|translate_seahub_time }} {% if not traffic_over_limit %} @@ -81,6 +83,7 @@ {{ dirent.file_size|filesizeformat }} + {{ dirent.last_modified|translate_seahub_time }} {% if not traffic_over_limit %}