X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e0b175d3bd3ef655a20273dc2b7f04a8a34bb5f6..fbcd2bc10a5f97a1ecd5d6d76a039ebd85365d2e:/app/views/site/about.html.erb 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/") %>