From: Tom Hughes Date: Sat, 6 Feb 2010 11:33:42 +0000 (+0000) Subject: Add a link from the sidebar to the partners page in the wiki. X-Git-Tag: live~7294^2~1 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/592ab2bec84542d329d88692adf4674a8d7adaa7 Add a link from the sidebar to the partners page in the wiki. --- diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index d4626d143..dc621c631 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -98,7 +98,8 @@

<%= t 'layouts.intro_3', :ucl => link_to(t('layouts.intro_3_ucl'), "http://www.vr.ucl.ac.uk"), - :bytemark => link_to(t('layouts.intro_3_bytemark'), "http://www.bytemark.co.uk") %> + :bytemark => link_to(t('layouts.intro_3_bytemark'), "http://www.bytemark.co.uk"), + :partners => link_to(t('layouts.intro_3_partners'), t('layouts.intro_3_partners_url')) %>

<% end %>