Made UCL VR Centre and bytemark in 'layouts.intro_3' translatable

This commit is contained in:
Ævar Arnfjörð Bjarmason 2009-06-07 16:22:02 +00:00
parent 938cdd8503
commit 91badcf98b
2 changed files with 4 additions and 2 deletions

View file

@ -81,8 +81,8 @@
</p>
<p>
<%= t 'layouts.intro_3',
:ucl => '<a href="http://www.vr.ucl.ac.uk">UCL VR Centre</a>',
:bytemark => '<a href="http://www.bytemark.co.uk">bytemark</a>' %>
:ucl => '<a href="http://www.vr.ucl.ac.uk">' + t('layouts.intro_3_ucl') + '</a>',
:bytemark => '<a href="http://www.bytemark.co.uk">' + t('layouts.intro_3_bytemark') + '</a>' %>
</p>
</div>
<% end %>