From b1b2b52477cc95f4cb9953e426e111f0b940cfc0 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Wed, 8 Sep 2021 20:05:47 -0700 Subject: [PATCH] Add Fastly as top three donor --- app/views/layouts/map.html.erb | 1 + app/views/site/about.html.erb | 1 + config/locales/en.yml | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/map.html.erb b/app/views/layouts/map.html.erb index 7a0ca0ed7..816f90c70 100644 --- a/app/views/layouts/map.html.erb +++ b/app/views/layouts/map.html.erb @@ -45,6 +45,7 @@

<%= t "layouts.intro_text" %>

<%= t "layouts.hosting_partners_html", :ucl => link_to(t("layouts.partners_ucl"), "https://www.ucl.ac.uk"), + :fastly => link_to(t("layouts.partners_fastly"), "https://www.fastly.com/"), :bytemark => link_to(t("layouts.partners_bytemark"), "https://www.bytemark.co.uk"), :partners => link_to(t("layouts.partners_partners"), "https://hardware.openstreetmap.org/thanks/") %>

diff --git a/app/views/site/about.html.erb b/app/views/site/about.html.erb index f495193a6..e127cc5b5 100644 --- a/app/views/site/about.html.erb +++ b/app/views/site/about.html.erb @@ -40,6 +40,7 @@

<%= t ".partners_title", :locale => @locale %>

<%= t "layouts.hosting_partners_html", :locale => @locale, :ucl => link_to(t("layouts.partners_ucl", :locale => @locale), "https://www.ucl.ac.uk"), + :fastly => link_to(t("layouts.partners_fastly", :locale => @locale), "https://www.fastly.com/"), :bytemark => link_to(t("layouts.partners_bytemark", :locale => @locale), "https://www.bytemark.co.uk"), :partners => link_to(t("layouts.partners_partners", :locale => @locale), "https://hardware.openstreetmap.org/thanks/") %>

diff --git a/config/locales/en.yml b/config/locales/en.yml index 0b745aa7c..030fab696 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1420,8 +1420,9 @@ en: intro_header: Welcome to OpenStreetMap! intro_text: OpenStreetMap is a map of the world, created by people like you and free to use under an open license. intro_2_create_account: "Create a user account" - hosting_partners_html: "Hosting is supported by %{ucl}, %{bytemark}, and other %{partners}." + hosting_partners_html: "Hosting is supported by %{ucl}, %{fastly}, %{bytemark}, and other %{partners}." partners_ucl: "UCL" + partners_fastly: "Fastly" partners_bytemark: "Bytemark Hosting" partners_partners: "partners" tou: "Terms of Use" -- 2.39.5