From 6375eddc8a4e0307d8e719f3032fed2e99b24ec8 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Sun, 24 Jun 2018 16:19:35 +0800 Subject: ui-shared: add now-dynamic age to footer Now ages advance at the client, we can add one to the generated footer. Signed-off-by: Andy Green Signed-off-by: Christian Hesse --- ui-shared.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui-shared.c b/ui-shared.c index 873f1ba..f1f4f02 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -864,7 +864,9 @@ void cgit_print_docend(void) htmlf("\n"); + html(" ("); + cgit_print_age(time(NULL), 0, -1); + html(" ago)\n"); } html(" \n"); html("\n\n"); -- cgit v1.2.3