X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/92e3e425f126fe6c490a5701ad5100db0acbc90a..23cb749d79c98086ef3baea2d2f517923d12b2b7:/app/views/site/about.html.erb diff --git a/app/views/site/about.html.erb b/app/views/site/about.html.erb index 277fb1384..619094e56 100644 --- a/app/views/site/about.html.erb +++ b/app/views/site/about.html.erb @@ -11,7 +11,7 @@
-
+

<%= t ".used_by_html", :name => tag.span("OpenStreetMap", :class => "user-name") %>

@@ -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 %>