From c7b4373aef05aa19c7b5d42663112019a31887fa Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Mon, 9 Dec 2024 21:01:47 +0200 Subject: [PATCH] feat: show day delta --- lib/exmr_web/live/exam_live/index.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/exmr_web/live/exam_live/index.html.heex b/lib/exmr_web/live/exam_live/index.html.heex index baa3460..8e38a73 100644 --- a/lib/exmr_web/live/exam_live/index.html.heex +++ b/lib/exmr_web/live/exam_live/index.html.heex @@ -19,7 +19,7 @@
<%= exam.subject %>
-
<%= exam.date %>
+
<%= exam.date %> | In <%= Date.diff(exam.date, Date.utc_today()) %> days