Made UCL VR Centre and bytemark in 'layouts.intro_3' translatable
This commit is contained in:
parent
938cdd8503
commit
91badcf98b
2 changed files with 4 additions and 2 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue