]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/about.html.erb
Be more consistent with 'my' vs 'your' for objects that belong to
[rails.git] / app / views / site / about.html.erb
index 7903dc3b09ffda96e18f6f67a00edd2afa848cfe..0c8075c6ef2261ad564ea40ff2454c77086e0d97 100644 (file)
     <p><%= t "about_page.open_data_html", :copyright_path => copyright_path %></p>
   </div>
 
+  <div class='section' id='legal'>
+    <h2><div class='icon legal'></div><%= t "about_page.legal_title" %></h2>
+    <p><%= t "about_page.legal_html" %></p>
+  </div>
+
   <div class='section' id='partners'>
     <h2><div class='icon partners'></div><%= t "about_page.partners_title" %></h2>
     <p><%= t 'layouts.partners_html',
-             :ucl => link_to(t('layouts.partners_ucl'), "http://www.vr.ucl.ac.uk"),
-             :ic => link_to(t('layouts.partners_ic'), "http://www.imperial.ac.uk/"),
-             :bytemark => link_to(t('layouts.partners_bytemark'), "http://www.bytemark.co.uk"),
-             :partners => link_to(t('layouts.partners_partners'), t('layouts.partners_url')) %>
+             :ucl => link_to(t('layouts.partners_ucl'), "https://www.ucl.ac.uk"),
+             :ic => link_to(t('layouts.partners_ic'), "https://www.imperial.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>
   </div>
 </div>