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 %}
|