Skip to content

Commit

Permalink
Change date format on video card (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
cprodhomme authored Nov 19, 2024
1 parent 653b2e9 commit f774b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/videos/_card.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
video_path(video.slug),
target: "_top",
class: "font-sans font-normal text-lg" %>
<p class="text-gray-600 text-sm mt-2"><%= video.event_date.strftime("%B %Y") %></p>
<p class="text-gray-600 text-sm mt-2"><%= l(video.event_date, format: "%B %Y") %></p>
</div>
</div>

0 comments on commit f774b76

Please sign in to comment.