X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1ae014afa1e9cb79abea820610beea1bcf66b99c..e05b549f8c2c633b951a6aa19e725a4d5d8a5551:/app/views/site/copyright.html.erb diff --git a/app/views/site/copyright.html.erb b/app/views/site/copyright.html.erb index eaaf3f366..c83cef99c 100644 --- a/app/views/site/copyright.html.erb +++ b/app/views/site/copyright.html.erb @@ -1,4 +1,4 @@ -

+

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

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


<% end %> - <%= t('license_page.legal_babble', :locale => :en) %> + <%= raw t('license_page.legal_babble', :locale => :en) %> <% else %> <% if t('license_page.legal_babble') != t('license_page.legal_babble', :locale => :en) %>

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

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


<% end %> - <%= t('license_page.legal_babble') %> + <%= raw t('license_page.legal_babble') %> <% end %>