Add SoTM Scotland banner

This commit is contained in:
Grant Slater 2012-10-18 15:59:11 +01:00 committed by Tom Hughes
parent 1b0028574a
commit 749caaff73
3 changed files with 7 additions and 0 deletions

View file

@ -127,6 +127,12 @@
<%= yield :left_menu %>
</ul>
</div>
<div id="sotm">
<%= link_to image_tag("sotmscotland.png",
:alt => t('layouts.sotmscotland2012'),
:title => t('layouts.sotmscotland2012'),
:border => "0"), "http://sotms.eventbrite.com/" %>
</div>
<div class="donate">
<a href="http://donate.openstreetmap.org/" title="<%= h(t('layouts.make_a_donation.title')) %>"><%= h(t('layouts.make_a_donation.text')) %></a>
</div>