Skip to content

Commit a522aa8

Browse files
committed
feat: update footer links and i18n
- Link Donate directly to Enthuse instead of /donate page - Use i18n keys for Job Board, Volunteer, Fundraise, Donate, Buy us a coffee - Use buy_us_a_coffee i18n key (fixes i18n regression)
1 parent 1602e61 commit a522aa8

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

app/views/layouts/_footer.html.haml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,11 @@
2828
%li= link_to t("navigation.coaches"), coaches_path
2929
%li= link_to t("navigation.sponsors"), sponsors_path
3030
%li= link_to t("navigation.events"), upcoming_events_path
31-
%li= link_to t("navigation.jobs"), "https://jobs.codebar.io/"
32-
%li= link_to "Volunteer", volunteer_path
33-
%li= link_to "Fundraise", fundraise_path
34-
%li.active= link_to t("navigation.donate"), donate_path
35-
%li
36-
= link_to 'https://buymeacoffee.com/codebarhq', target: '_blank', rel: 'noopener noreferrer' do
37-
%i.fas.fa-coffee.me-2
38-
Buy us a coffee
31+
%li= link_to t("navigation.job_board"), "https://jobs.codebar.io/"
32+
%li= link_to t("navigation.volunteer"), volunteer_path
33+
%li= link_to t("navigation.fundraise"), fundraise_path
34+
%li.active= link_to t("navigation.donate"), "https://enthuse.com/@codebar/donate", target: '_blank', rel: 'noopener noreferrer'
35+
%li= link_to t("navigation.buy_us_a_coffee"), 'https://buymeacoffee.com/codebarhq', target: '_blank', rel: 'noopener noreferrer'
3936

4037
.col-sm-12.col-md-6.col-lg-3
4138
= render partial: 'shared/social_media'

0 commit comments

Comments
 (0)