We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fc586 commit 09b5e96Copy full SHA for 09b5e96
1 file changed
app/views/events/_card.html.erb
@@ -69,10 +69,15 @@
69
</div>
70
<!-- 4️⃣ FULL-WIDTH CALENDAR LINKS ROW -->
71
<% if event.event_registrations.exists?(registrant_id: current_user.id) %>
72
- <div class="flex gap-2 items-center justify-center w-full text-sm text-gray-700 mt-2">
73
- <!-- <span class="font-semibold">Calendar:</span> -->
74
- <%= event.calendar_links %>
75
- </div>
76
- <% end %>
+ <div class="flex flex-col items-center mt-4 pt-3 border-t border-gray-100">
+ <p class="text-xs font-bold text-gray-400 uppercase tracking-wide mb-2">
+ Add to Your Calendar
+ </p>
+
77
+ <div class="flex flex-wrap gap-3 items-center justify-center w-full text-sm text-blue-600 font-medium">
78
+ <%= event.calendar_links %>
79
+ </div>
80
81
+<% end %>
82
<% end %>
83
0 commit comments