show time on posts

This commit is contained in:
Swrup 2022-01-26 09:34:26 +01:00
parent e11491aa81
commit 6771b6f7de
3 changed files with 34 additions and 1 deletions

View file

@ -408,7 +408,6 @@ let view_post ?is_thread_preview post_id =
| Ok ((0 | 1) as nb) -> Format.sprintf "%d reply" (nb - 1)
| Ok nb -> Format.sprintf "%d replies" (nb - 1) )
in
(* TODO how to display date, I should probably render everything on the client*)
let post_info_view =
Format.sprintf
{|