X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bc27347b8f8333b65962b8c00f76dc99a1095a8a..d5a765588f5818bf46575392fa7ccbd4af0de574:/app/views/site/about.html.erb diff --git a/app/views/site/about.html.erb b/app/views/site/about.html.erb index 066df724c..7903dc3b0 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" %> @@ -28,12 +24,14 @@

<%= 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" %> +
+

<%= t "about_page.partners_title" %>

+

<%= 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')) %> +

-<% end %> - - +