- <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>
+ <h2><div class='icon open'></div><%= t ".open_data_title" %></h2>
+ <p><%= t ".open_data_html", :copyright_path => copyright_path %></p>
+ </div>
+
+ <div class='section' id='legal'>
+ <h2><div class='icon legal'></div><%= t ".legal_title" %></h2>
+ <p><%= t ".legal_html" %></p>
+ </div>
+
+ <div class='section' id='partners'>
+ <h2><div class='icon partners'></div><%= t ".partners_title" %></h2>
+ <p><%= t "layouts.hosting_partners_html",
+ :ucl => link_to(t("layouts.partners_ucl"), "https://www.ucl.ac.uk"),
+ :bytemark => link_to(t("layouts.partners_bytemark"), "https://www.bytemark.co.uk"),
+ :partners => link_to(t("layouts.partners_partners"), "https://hardware.openstreetmap.org/thanks/") %>
+ </p>