]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/about.html.erb
Ignore bounds on elements with geometry
[rails.git] / app / views / site / about.html.erb
index 3cc87605ef98ca1dd04bfd76e17698cbb09ecf05..07b2f9e52170d18f923847cf168119813649c9da 100644 (file)
     <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>
+
+  <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.bartlett.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')) %>
+    </p>
+  </div>
 </div>