X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bd7c279604469e0ef22ed8148603befa469d9c2b..b1b2b52477cc95f4cb9953e426e111f0b940cfc0:/app/views/site/about.html.erb diff --git a/app/views/site/about.html.erb b/app/views/site/about.html.erb index 717059fa2..e127cc5b5 100644 --- a/app/views/site/about.html.erb +++ b/app/views/site/about.html.erb @@ -1,15 +1,19 @@ <%= tag.div :lang => @locale, :dir => t("html.dir", :locale => @locale) do %> -
-
- <%= t ".copyright_html", :locale => @locale %> +
+
+
+
+
<%= t ".copyright_html", :locale => @locale %>
+
+
+
+
+

<%= t ".used_by_html", :name => tag.span("OpenStreetMap", :class => "user-name"), :locale => @locale %>

+
- -
- -

<%= t ".used_by_html", :name => content_tag(:span, "OpenStreetMap", :class => "user-name"), :locale => @locale %>

-
+

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

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

@@ -36,6 +40,7 @@

<%= 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"), + :fastly => link_to(t("layouts.partners_fastly", :locale => @locale), "https://www.fastly.com/"), :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/") %>