From: Mayank Tankhiwale Date: Sat, 23 Nov 2019 16:52:29 +0000 (+0530) Subject: Fix 2402 PR lint errors X-Git-Tag: live~2954^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/4596fa9420621e717d90782937aa3f0bee290964 Fix 2402 PR lint errors --- diff --git a/app/views/site/about.html.erb b/app/views/site/about.html.erb index cf596cf59..27bcbb9da 100644 --- a/app/views/site/about.html.erb +++ b/app/views/site/about.html.erb @@ -33,9 +33,9 @@

<%= t ".partners_title", :locale => @locale %>

<%= t "layouts.hosting_partners_html", :locale => @locale, - :ucl => link_to(t("layouts.partners_ucl", :locale => @locale), "https://www.ucl.ac.uk"), - :bytemark => link_to(t("layouts.partners_bytemark", :locale => @locale), "https://www.bytemark.co.uk"), - :partners => link_to(t("layouts.partners_partners", :locale => @locale), "https://hardware.openstreetmap.org/thanks/") %> + :ucl => link_to(t("layouts.partners_ucl", :locale => @locale), "https://www.ucl.ac.uk"), + :bytemark => link_to(t("layouts.partners_bytemark", :locale => @locale), "https://www.bytemark.co.uk"), + :partners => link_to(t("layouts.partners_partners", :locale => @locale), "https://hardware.openstreetmap.org/thanks/") %>