X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/af227e5aeb1650afe432486ccf81a486a4a27574..a6fa8cc273017c2673d6d76dae7f5ac811c2027d:/app/views/site/about.html.erb?ds=sidebyside diff --git a/app/views/site/about.html.erb b/app/views/site/about.html.erb index d16e85257..9847cf5aa 100644 --- a/app/views/site/about.html.erb +++ b/app/views/site/about.html.erb @@ -1,7 +1,3 @@ -<% content_for :head do %> - <%= javascript_include_tag "about" %> -<% end %> -
<%= t "about_page.copyright_html" %> @@ -9,9 +5,7 @@
- - <%= raw t "about_page.used_by", :name => "OpenStreetMap" %> - +

<%= raw t "about_page.used_by", :name => "OpenStreetMap" %>

@@ -30,12 +24,19 @@

<%= t "about_page.open_data_title" %>

<%= t "about_page.open_data_html", :copyright_path => copyright_path %>

-
-<% 5.times do |i| %> -
- <%= t "about_page.photo_caption_#{i}_html" %> + -<% end %> - +
+

<%= t "about_page.partners_title" %>

+

<%= 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'), "https://hardware.openstreetmap.org/thanks/") %> +

+
+