From: Andy Green Date: Sun, 24 Jun 2018 08:19:35 +0000 (+0800) Subject: ui-shared: add now-dynamic age to footer X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e866dc8cdc5f39541830e53e94e0a9ad9fc5cfb;p=cgit 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 --- 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");