From 653b2e98c38ec631b03898364f78840e3b0aba97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Prod=27homme?= Date: Mon, 18 Nov 2024 10:12:13 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Change=20date=20format=20on=20video?= =?UTF-8?q?=20card=20(#266)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/videos/_card.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/videos/_card.html.erb b/app/views/videos/_card.html.erb index 891dcc6..b2f0e87 100644 --- a/app/views/videos/_card.html.erb +++ b/app/views/videos/_card.html.erb @@ -13,6 +13,6 @@ video_path(video.slug), target: "_top", class: "font-sans font-normal text-lg" %> -

<%= time_ago_in_words video.event_date %>

+

<%= video.event_date.strftime("%B %Y") %>