projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f87f64
)
Add a link from the sidebar to the partners page in the wiki.
author
Tom Hughes
<tom@compton.nu>
Sat, 6 Feb 2010 11:33:42 +0000
(11:33 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sat, 6 Feb 2010 11:33:42 +0000
(11:33 +0000)
app/views/layouts/site.html.erb
patch
|
blob
|
history
diff --git
a/app/views/layouts/site.html.erb
b/app/views/layouts/site.html.erb
index d4626d143e6e49d2a9a38ce9d6d56f37f8fe0797..dc621c631d3bca5aab9832ccaa1a33775c2bb645 100644
(file)
--- a/
app/views/layouts/site.html.erb
+++ b/
app/views/layouts/site.html.erb
@@
-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 %>