<%= t 'layouts.intro_1' %>
</p>
<p>
- <%= raw(t 'layouts.intro_2',
+ <%= t 'layouts.intro_2_html',
:download => link_to(t('layouts.intro_2_download'), "http://planet.openstreetmap.org/"),
:use => link_to(t('layouts.intro_2_use'), t('layouts.intro_2_use_url')),
:license => link_to(t('layouts.intro_2_license'),
url_for({:controller => 'site', :action => 'copyright'})),
:create_account => link_to(t('layouts.intro_2_create_account'),
- url_for({:controller => 'user', :action => 'new'})))
+ url_for({:controller => 'user', :action => 'new'}))
%>
</p>
</div>
<a href="http://donate.openstreetmap.org/" title="<%= h(t('layouts.make_a_donation.title')) %>"><%= h(t('layouts.make_a_donation.text')) %></a>
</div>
<div class='sidebar-copy'>
- <p><%= raw(t 'layouts.partners',
+ <p><%= t 'layouts.partners_html',
:ucl => link_to(t('layouts.partners_ucl'), "http://www.vr.ucl.ac.uk"),
:ic => link_to(t('layouts.partners_ic'), "http://www.imperial.ac.uk/"),
:bytemark => link_to(t('layouts.partners_bytemark'), "http://www.bytemark.co.uk"),
- :partners => link_to(t('layouts.partners_partners'), t('layouts.partners_url'))) %>
+ :partners => link_to(t('layouts.partners_partners'), t('layouts.partners_url')) %>
</p>
</div>
edit_with: Edit with %{editor}
tag_line: The Free Wiki World Map
intro_1: "OpenStreetMap is a free worldwide map, created by people like you."
- intro_2: "The data is free to %{download} and %{use} under its %{license}. %{create_account} to improve the map."
+ intro_2_html: "The data is free to %{download} and %{use} under its %{license}. %{create_account} to improve the map."
intro_2_create_account: "Create a user account"
intro_2_license: "open license"
intro_2_use: "use"
intro_2_download: "download"
intro_2_use_url: "http://wiki.openstreetmap.org/wiki/Using_OpenStreetMap"
- partners: "Hosting is supported by %{ucl}, %{ic} and %{bytemark}, and other %{partners}."
+ partners_html: "Hosting is supported by %{ucl}, %{ic} and %{bytemark}, and other %{partners}."
partners_ucl: "the UCL VR Centre"
partners_ic: "Imperial College London"
partners_bytemark: "Bytemark Hosting"