]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.html.erb
Cleanup notes and fix CSS error
[rails.git] / app / views / layouts / site.html.erb
index 9cf48c55ac95be27416d2fcb067ee5728efa7e1e..65723d97f9c2c619b6512510f3b7e7966fda720a 100644 (file)
         <p><%= t 'layouts.osm_read_only' %></p>
       </div>
       <% end %>
-      <% if false %>
-      <div class="sidebar-notice">
-        <p><%= raw t 'layouts.donate', :link => "<a href=\"http://donate.openstreetmap.org/\">#{t('layouts.donate_link_text')}</a>" %></p>
-      </div>
-      <% end %>
       <ul id="left_menu" class="left_menu">
         <li>
           <h4><%= t'layouts.help' %></h4>
         </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/'},
+                    {:image => 'donate-ad.png',
+                     :title => 'Server Donation Drive',
+                     :href =>'http://donate.openstreetmap.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='donate-icon'></span><p><%= h(t('layouts.make_a_donation.text')) %></p>
+        <span><%= h(t('layouts.make_a_donation.text')) %></span>
       </a>
       <div class='sidebar-copy'>
         <p class='deemphasize'><%= t 'layouts.partners_html',