]> git.openstreetmap.org Git - rails.git/commitdiff
Remove banner ad section
authorPaul Sladen <osm@paul.sladen.org>
Tue, 10 Sep 2013 18:38:54 +0000 (19:38 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 10 Sep 2013 20:36:47 +0000 (21:36 +0100)
app/views/layouts/site.html.erb

index 97bf062036dce8c615df6aed8fd29575fd8016a3..ed8a6cf18833821240d497b6b299efd6cd870321 100644 (file)
         </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>