diff --git a/app/views/events/_card.html.erb b/app/views/events/_card.html.erb index 4b6e82c8c..afb03b0d3 100644 --- a/app/views/events/_card.html.erb +++ b/app/views/events/_card.html.erb @@ -69,10 +69,15 @@ <% if event.event_registrations.exists?(registrant_id: current_user.id) %> -
- - <%= event.calendar_links %> -
- <% end %> +
+

+ Add to Your Calendar +

+ +
+ <%= event.calendar_links %> +
+
+<% end %> <% end %> <% end %>