diff --git a/app/views/admin/communication/websites/agenda/events/_dates_static.html.erb b/app/views/admin/communication/websites/agenda/events/_dates_static.html.erb index 430c71b23097670fcc1fcc910eeadd1b5e17498d..04fa585b16fbbd66b4389714347884a51282561b 100644 --- a/app/views/admin/communication/websites/agenda/events/_dates_static.html.erb +++ b/app/views/admin/communication/websites/agenda/events/_dates_static.html.erb @@ -26,8 +26,8 @@ indentation = ' ' * depth <%= indentation %> hour: <%= event.to_hour.strftime "%H:%M" %> <% end %> <%= indentation %> add_to_calendar: -<%= indentation %> google: "<%= @event.cal.google_url %>" -<%= indentation %> yahoo: "<%= @event.cal.yahoo_url %>" -<%= indentation %> office: "<%= @event.cal.office365_url %>" -<%= indentation %> outlook: "<%= @event.cal.outlook_com_url %>" -<%= indentation %> ical: "<%= @event.cal.ical_url %>" +<%= indentation %> google: "<%= event.cal.google_url %>" +<%= indentation %> yahoo: "<%= event.cal.yahoo_url %>" +<%= indentation %> office: "<%= event.cal.office365_url %>" +<%= indentation %> outlook: "<%= event.cal.outlook_com_url %>" +<%= indentation %> ical: "<%= event.cal.ical_url %>"