diff --git a/app/views/admin/communication/websites/agenda/events/static.html.erb b/app/views/admin/communication/websites/agenda/events/static.html.erb index fc6d33d66b656c5a8dfec2c48859b28ac39969e2..6190af178c10db13f2b3b1eb919d8807145e740c 100644 --- a/app/views/admin/communication/websites/agenda/events/static.html.erb +++ b/app/views/admin/communication/websites/agenda/events/static.html.erb @@ -12,7 +12,7 @@ dates: hour: <%= @about.from_hour.strftime "%H:%M" %> <% end %> to: - day: <%= @about.to_day %> + day: <%= @about.to_day || @about.from_day%> <% if @about.to_hour %> hour: <%= @about.to_hour.strftime "%H:%M" %> <% end %>