From 1e866dc8cdc5f39541830e53e94e0a9ad9fc5cfb Mon Sep 17 00:00:00 2001 From: Andy Green Date: Sun, 24 Jun 2018 16:19:35 +0800 Subject: [PATCH] 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 --- ui-shared.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui-shared.c b/ui-shared.c index 2d79e36..6d19c58 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -849,7 +849,9 @@ void cgit_print_docend(void) htmlf("\n"); + html(" ("); + cgit_print_age(time(NULL), 0, -1); + html(" ago)\n"); } html(" \n"); html("\n\n"); -- 2.50.1