Move sidebar footer elements elsewhere
Donate is in attribution control. Hosting credits are on about page.
This commit is contained in:
parent
12e820c27e
commit
6d5ce8d492
4 changed files with 13 additions and 51 deletions
|
@ -24,4 +24,14 @@
|
|||
<h2><div class='icon open'></div><%= t "about_page.open_data_title" %></h2>
|
||||
<p><%= t "about_page.open_data_html", :copyright_path => copyright_path %></p>
|
||||
</div>
|
||||
|
||||
<div class='section' id='partners'>
|
||||
<h2><div class='icon partners'></div><%= t "about_page.partners_title" %></h2>
|
||||
<p><%= t 'layouts.partners_html',
|
||||
:ucl => link_to(t('layouts.partners_ucl'), "http://www.vr.ucl.ac.uk"),
|
||||
:ic => link_to(t('layouts.partners_ic'), "http://www.imperial.ac.uk/"),
|
||||
:bytemark => link_to(t('layouts.partners_bytemark'), "http://www.bytemark.co.uk"),
|
||||
:partners => link_to(t('layouts.partners_partners'), t('layouts.partners_url')) %>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -14,18 +14,3 @@
|
|||
<a class="button" href="<%= user_new_path %>"><%= t('layouts.sign_up') %></a>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<div class='footer'>
|
||||
<a title="<%= t('layouts.make_a_donation.title') %>" href="http://donate.openstreetmap.org/" class="donate">
|
||||
<span class='icon donate'></span>
|
||||
<span><%= t('layouts.make_a_donation.text') %></span>
|
||||
</a>
|
||||
|
||||
<p class='credits inner12'>
|
||||
<%= t 'layouts.partners_html',
|
||||
:ucl => link_to(t('layouts.partners_ucl'), "http://www.vr.ucl.ac.uk"),
|
||||
:ic => link_to(t('layouts.partners_ic'), "http://www.imperial.ac.uk/"),
|
||||
:bytemark => link_to(t('layouts.partners_bytemark'), "http://www.bytemark.co.uk"),
|
||||
:partners => link_to(t('layouts.partners_partners'), t('layouts.partners_url')) %>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue