X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/be0e33862fedbf02e52a9e126cac31dfb5775b43..c44d689b313d11720aa528cb904db57a1e93143a:/app/views/site/copyright.html.erb diff --git a/app/views/site/copyright.html.erb b/app/views/site/copyright.html.erb index ce766fe34..2dcccab18 100644 --- a/app/views/site/copyright.html.erb +++ b/app/views/site/copyright.html.erb @@ -7,13 +7,13 @@

<%= t '.native.title' %>

<%= raw t '.native.text', - :native_link => link_to(t('.native.native_link'), - :controller => 'site', - :action => 'copyright', - :copyright_locale => nil), - :mapping_link => link_to(t('.native.mapping_link'), - :controller => 'site', - :action => 'index') %> + :native_link => link_to(t('.native.native_link'), + :controller => 'site', + :action => 'copyright', + :copyright_locale => nil), + :mapping_link => link_to(t('.native.mapping_link'), + :controller => 'site', + :action => 'index') %>

<% end %>
@@ -25,10 +25,10 @@

<%= t '.foreign.title' %>

<%= raw t '.foreign.text', - :english_original_link => link_to(t('.foreign.english_link'), - :controller => 'site', - :action => 'copyright', - :copyright_locale => 'en') %> + :english_original_link => link_to(t('.foreign.english_link'), + :controller => 'site', + :action => 'copyright', + :copyright_locale => 'en') %>

<% end %>
@@ -70,6 +70,7 @@
  • <%= t ".legal_babble.contributors_nl_html", :locale => @locale %>
  • <%= t ".legal_babble.contributors_nz_html", :locale => @locale %>
  • <%= t ".legal_babble.contributors_si_html", :locale => @locale %>
  • +
  • <%= t ".legal_babble.contributors_es_html", :locale => @locale %>
  • <%= t ".legal_babble.contributors_za_html", :locale => @locale %>
  • <%= t ".legal_babble.contributors_gb_html", :locale => @locale %>