X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a570f59187efa0a298d31bae2b224de9762bb42f..a566589c1becb18ad2d12623d0ff240ea279d8e6:/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.title" %>

<%= 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.title" %>

<%= 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_title_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,