]> git.openstreetmap.org Git - rails.git/commitdiff
Add a link from the sidebar to the partners page in the wiki.
authorTom Hughes <tom@compton.nu>
Sat, 6 Feb 2010 11:33:42 +0000 (11:33 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 6 Feb 2010 11:33:42 +0000 (11:33 +0000)
app/views/layouts/site.html.erb

index d4626d143e6e49d2a9a38ce9d6d56f37f8fe0797..dc621c631d3bca5aab9832ccaa1a33775c2bb645 100644 (file)
@@ -98,7 +98,8 @@
         <p>
         <%= 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')) %>
         </p>
       </div>
       <% end %>