X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b15a8c73d9c555243952d300e19d6d4127843f19..24b138db094e4b5e8d062c5248ee867967dc0fd7:/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 702a0243d..886aaf006 100644 --- a/app/views/site/about.html.erb +++ b/app/views/site/about.html.erb @@ -17,7 +17,7 @@

<%= t ".community_driven_title" %>

-

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

+

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

@@ -32,11 +32,10 @@

<%= 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/"), - :bytemark => link_to(t('layouts.partners_bytemark'), "https://www.bytemark.co.uk"), - :partners => link_to(t('layouts.partners_partners'), "https://hardware.openstreetmap.org/thanks/") %> +

<%= t "layouts.hosting_partners_html", + :ucl => link_to(t("layouts.partners_ucl"), "https://www.ucl.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/") %>