Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/views/events/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
%br/
%a.event-host{:href => "https://bit.ly/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.
%p The last ration club of 2025 will take place on December 17th. It will resume in 2026 on January 7th.
%a.section-link{:href => "https://forms.gle/T3rXorsrb4gXKazv9"} Register ↗

- if @events.empty?
Expand Down
1 change: 1 addition & 0 deletions app/views/home/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
%br/
%a.event-host{:href => "https://bit.ly/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.
%p The last ration club of 2025 will take place on December 17th. It will resume in 2026 on January 7th.
%a.section-link{:href => "https://forms.gle/T3rXorsrb4gXKazv9"} Register ↗

- @events.each do |event|
Expand Down