X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9d2f920feb9dce028b985e8d452538d3df7a1d9c..827024f7e6c48a11dbe08e569e2cbd852701bd31:/app/views/site/about.html.erb diff --git a/app/views/site/about.html.erb b/app/views/site/about.html.erb index 0c8075c6e..702a0243d 100644 --- a/app/views/site/about.html.erb +++ b/app/views/site/about.html.erb @@ -1,37 +1,37 @@
- <%= t "about_page.copyright_html" %> + <%= t ".copyright_html" %>
-

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

+

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

-

<%= t "about_page.lede_text" %>

-

<%= t "about_page.local_knowledge_title" %>

-

<%= t "about_page.local_knowledge_html" %>

+

<%= t ".lede_text" %>

+

<%= t ".local_knowledge_title" %>

+

<%= t ".local_knowledge_html" %>

-

<%= t "about_page.community_driven_title" %>

-

<%= t "about_page.community_driven_html", :diary_path => diary_path %>

+

<%= t ".community_driven_title" %>

+

<%= t ".community_driven_html", :diary_path => diary_path %>

-

<%= t "about_page.open_data_title" %>

-

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

+

<%= t ".open_data_title" %>

+

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

-

<%= t "about_page.partners_title" %>

+

<%= t ".partners_title" %>

<%= t 'layouts.partners_html', :ucl => link_to(t('layouts.partners_ucl'), "https://www.ucl.ac.uk"), :ic => link_to(t('layouts.partners_ic'), "https://www.imperial.ac.uk/"),