- <div class='section' id='open-data'>
- <h2><div class='icon open'></div><%= t "about_page.open_data_title" %></h2>
- <p><%= t "about_page.open_data_html", :copyright_path => copyright_path %></p>
+ <div class='section' id='partners'>
+ <h2><div class='icon partners'></div><%= t ".partners_title", :locale => @locale %></h2>
+ <p><%= t "layouts.hosting_partners_html", :locale => @locale,
+ :ucl => link_to(t("layouts.partners_ucl", :locale => @locale), "https://www.ucl.ac.uk"),
+ :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/") %>
+ </p>
+ </div>