From 78ecdf51752b547db8060cbec97dbff2473277ec Mon Sep 17 00:00:00 2001 From: edsaperia Date: Wed, 19 Jun 2024 11:33:13 +0100 Subject: [PATCH] Change ration club link to a google form --- app/views/home/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml index 3c0969cf..7ee90a5a 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -44,7 +44,7 @@ %br/ %a.event-host{:href => "https://twitter.com/edsaperia"} Edward Saperia %p Each week the college hosts a community dinner called Ration Club. It's open to anyone who'd like to find out more about the college and its work. To find out more or if you'd like to attend, please register. - %a.section-link{:href => "https://lu.ma/RationClub"} Register ↗ + %a.section-link{:href => "https://forms.gle/T3rXorsrb4gXKazv9"} Register ↗ - @events.each do |event| = render partial: 'events/row', locals: { event: event }