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") %>