Remove banner ad section

This commit is contained in:
Paul Sladen 2013-09-10 19:38:54 +01:00 committed by Tom Hughes
parent 8d01db3a3e
commit 8331a7ec89

View file

@ -70,18 +70,6 @@
</li>
<%= yield :left_menu %>
</ul>
<div class='ad-container inner11'>
<div class='ads'>
<%= ad = [{:image => 'sotm-birmingham-ad.png',
:title => 'State of the Map Birmingham',
:href =>'http://stateofthemap.org/'}].sample
link_to ad[:href], :title => ad[:title] do
image_tag ad[:image], :class => :ad
end
%>
</div>
</div>
<a title="<%= h(t('layouts.make_a_donation.title')) %>" href="http://donate.openstreetmap.org/" class="donate">
<span class='icon donate'></span>
<span><%= h(t('layouts.make_a_donation.text')) %></span>