Just the date makes for better-looking URLs

This commit is contained in:
Jorge Manrubia
2025-11-21 10:40:37 +01:00
parent 93ee8899a0
commit 49e801fdb1
@@ -3,7 +3,7 @@
<%= column.title %>
<% if column.events_by_hour.any? %>
<%= link_to events_day_timeline_column_path(id: column.base_title.downcase, day: column.day_timeline.day.iso8601), class: "events__maximize-button btn btn--circle txt-x-small borderless", data: { turbo_frame: "_top" } do %>
<%= link_to events_day_timeline_column_path(id: column.base_title.downcase, day: column.day_timeline.day.to_date), class: "events__maximize-button btn btn--circle txt-x-small borderless", data: { turbo_frame: "_top" } do %>
<%= icon_tag "grid", class: "translucent" %>
<span class="for-screen-reader">Expand column</span>
<% end %>