- <%= t 'layouts.intro_2' %>
- </p>
- <p>
- <%= raw(t 'layouts.intro_3',
- :ucl => link_to(t('layouts.intro_3_ucl'), "http://www.vr.ucl.ac.uk"),
- :ic => link_to(t('layouts.intro_3_ic'), "http://www.imperial.ac.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'))) %>
+ <%= 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'}))
+ %>