X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/aceef47cd8f39928d27df43e2fdfee339ddafdc9..23cb749d79c98086ef3baea2d2f517923d12b2b7:/app/views/site/about.html.erb diff --git a/app/views/site/about.html.erb b/app/views/site/about.html.erb index f6f6ba137..619094e56 100644 --- a/app/views/site/about.html.erb +++ b/app/views/site/about.html.erb @@ -66,10 +66,9 @@ <% end %> <%= render :layout => "about_section", :locals => { :id => "partners", :icon => "partners", :title => "partners" } do %> -
<%= 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/") %> +
<%= t "layouts.hosting_partners_2024_html", :fastly => link_to(t("layouts.partners_fastly"), "https://www.fastly.com/"), + :corpmembers => link_to(t("layouts.partners_corpmembers"), "https://osmfoundation.org/wiki/Corporate_Members"), + :partners => link_to(t("layouts.partners_partners"), "https://hardware.openstreetmap.org/thanks/") %>
<% end %>