X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/50b2f4f656b82112fce4939da26a1afc6b140e89..97e70e93bb02f304126a119c539ab6601c400ce9:/app/views/site/copyright.html.erb diff --git a/app/views/site/copyright.html.erb b/app/views/site/copyright.html.erb index 75f4e878d..1c4b23b56 100644 --- a/app/views/site/copyright.html.erb +++ b/app/views/site/copyright.html.erb @@ -3,7 +3,7 @@ <% if t(".legal_babble", :locale => I18n.locale) != t(".legal_babble", :locale => :en) %> - <%= tag.h1 :lang => @locale, :dir => t("html.dir", :locale => @locale) do %> + <%= tag.div :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
<%= t ".native.html", @@ -20,8 +20,8 @@ <% end %> <% else %> - <%= tag.div :lang => "en", :dir => t("html.dir", :locale => "en") do %> - <% if t(".legal_babble", :locale => @locale) != t(".legal_babble", :locale => :en) %> + <% if t(".legal_babble", :locale => @locale) != t(".legal_babble", :locale => :en) %> + <%= tag.div :lang => "en", :dir => t("html.dir", :locale => "en") do %>
<%= t ".foreign.html", @@ -44,12 +44,13 @@ <%= tag.div :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
<%= t ".legal_babble.intro_1_html", :locale => @locale %>
<%= t ".legal_babble.intro_2_html", :locale => @locale %>
-<%= t ".legal_babble.intro_3_html", :locale => @locale %>
+<%= t ".legal_babble.intro_3_1_html", :locale => @locale %>
<%= t ".legal_babble.credit_1_html", :locale => @locale %>
-<%= t ".legal_babble.credit_2_html", :locale => @locale %>
-<%= t ".legal_babble.credit_3_html", :locale => @locale %>
+<%= t ".legal_babble.credit_2_1_html", :locale => @locale %>
+<%= t ".legal_babble.credit_3_1_html", :locale => @locale %>
+<%= t ".legal_babble.credit_4_html", :locale => @locale %>
<%= image_tag("attribution_example.png", :alt => t(".legal_babble.attribution_example.alt"), :border => 0,