]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.html.erb
Add _html suffixes to some resource strings which have changed
[rails.git] / app / views / layouts / site.html.erb
index 19835489c65b4e4b059d336b090e2f3666d481cb..4c12bfe141d0ff589187ae3f05a719b6ea3b1506 100644 (file)
           <%= 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>