From 11575e28995eeb98510b42de5fd9eb4ce8f57c0d Mon Sep 17 00:00:00 2001 From: Yannis JAQUET Date: Fri, 22 Sep 2023 07:54:05 +0200 Subject: [PATCH] Restore program on homepage (round 2) --- app/views/cups/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/cups/show.html.erb b/app/views/cups/show.html.erb index ad95c965..05c3b77f 100644 --- a/app/views/cups/show.html.erb +++ b/app/views/cups/show.html.erb @@ -17,7 +17,7 @@ <% end %> <%= md_to_html(@cup.description) %> - <% if @cup.start_on > Date.today.end_of_day + 2.days %> + <% if @cup.start_on > Date.today.end_of_day - 3.days %>

<%= t(".program.title") %>