From cf97470cafab21845ccaff2aad6222c9b6c8a1cb Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Fri, 30 Sep 2016 23:17:46 +0530 Subject: [PATCH] Show relative timestamps as heading, formatted as tooltip Be consistent with owncloud own version sidebar, and loleaflet's DocumentRepair dialog. --- js/documents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/documents.js b/js/documents.js index 82eea492..2fe101c8 100644 --- a/js/documents.js +++ b/js/documents.js @@ -217,7 +217,7 @@ var documentsMain = { revHistoryItemTemplate: '
  • ' + '' + - '{{formattedTimestamp}}' + + '{{relativeTimestamp}}' + '' + '' + '
  • ',