X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ffd7b02b0c3696ffa5d38ddeeb8078df19e841e0..bc5e0bf2c31af6fcf44fb430763f329a8745f5f4:/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 %>